Improving LSP

This commit is contained in:
Martino Ferrari
2026-01-27 14:42:46 +01:00
parent 71a3c40108
commit 213fc81cfb
9 changed files with 432 additions and 59 deletions

View File

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