Implement Diagnostics #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
LS - Client
Language Server - Client capability
LS - Server
Language Server - Server capability
Description
PublishDiagnostics Notification
The modelica-tree-sitter can find most semantic errors. Publish these diagnostics.
The OpenModelica Compiler could be used to get additional diagnostics and specific error messages.
Desired Features
Implement generation of
Diagnostics
similar to https://github.com/microsoft/vscode-extension-samples/blob/main/lsp-sample/server/src/server.ts#L147C27-L182:server/src/util/diagnostics.ts
for translation of tree to Diagnostics.server/src/util/test/diagnostics.test.ts
analyze
The text was updated successfully, but these errors were encountered: