serkonda7/vscode-vba

VBA language server

serkonda7 opened this issue · 2 comments

What problem does the feature solve?
Language server integration is required for providing many advanced editing capabilities.

Further, syntax highlighting issues due to ambiguities (#48) could be fixed.

Possible Solutions

What about the LSP compliant Language Server implementation in this repo? https://github.com/SSlinky/VBA-LanguageServer

Thanks for pointing to this new project. I will take a look into it once I have some time.