Improved performances and hover

This commit is contained in:
Martino Ferrari
2026-01-27 15:14:47 +01:00
parent 213fc81cfb
commit 15afdc91f4
8 changed files with 274 additions and 106 deletions

View File

@@ -20,7 +20,7 @@ func TestSuggestSignalsRobustness(t *testing.T) {
custom := []byte(`
package schema
#Classes: {
InOutReader: { #direction: "INOUT" }
InOutReader: { #meta: direction: "INOUT" }
}
`)
val := lsp.GlobalSchema.Context.CompileBytes(custom)