feat(lsp): explain generated targets on hover

This commit is contained in:
slhx agent
2026-07-13 11:03:03 +02:00
parent 8fd333090d
commit f93051357a
4 changed files with 59 additions and 3 deletions
+3
View File
@@ -828,6 +828,9 @@ what a valid business email is. [north_star]
### req: diag/009
0 009 `hemx-lsp` diagnostics select the offending directive and target in the current `.heml` source when compiler metadata identifies them, rather than defaulting every error to line 0 column 0. [north_star]
### req: diag/010
0 010 Hovering a generated `data-hemx-root`, slot, form, or handle value reports its generated resource kind and Rust `ui::<name>` symbol from current `hemx-build` facts. [north_star]
---
## test