VBA language server
serkonda7 opened this issue · 2 comments
serkonda7 commented
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
- Wait for rubberduck-vba/Rubberduck#5176 to finish their LS PoC. And possibly adapt it.
- Look into https://marketplace.visualstudio.com/items?itemName=local-smart.excel-live-server whether this project contains something suitable.
- Implement a custom one (Would be time consuming I guess).
photodude commented
What about the LSP compliant Language Server implementation in this repo? https://github.com/SSlinky/VBA-LanguageServer
serkonda7 commented
Thanks for pointing to this new project. I will take a look into it once I have some time.