Open AnHeuermann opened 10 months ago
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.
Implement generation of Diagnostics similar to https://github.com/microsoft/vscode-extension-samples/blob/main/lsp-sample/server/src/server.ts#L147C27-L182:
Diagnostics
server/src/util/diagnostics.ts
server/src/util/test/diagnostics.test.ts
analyze
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