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 -1
View File
@@ -96,7 +96,9 @@ repo-owned fixture and golden capture contract live in
Use the shared repo extension in `editors/vscode-hemx` for VS Code and Cursor.
It sets `.heml` to the built-in HTML language mode, starts `hemx-lsp`, and maps
LSP diagnostics/completion/hover into the editor without adding a separate grammar.
req: diagnostics/005
Hovering a generated root, slot, form, or handle value reports its resource kind
and generated `ui::<name>` Rust symbol from the current template.
req: diagnostics/005 req: diag/010
When the workspace root is this repository, the extension starts: