aws-scripting-guy/cform-VSCode

Support for Language Server Protocol?

AnthonyPoschen opened this issue · 1 comments

would be really great if this project supports lsp
https://langserver.org/
if it is just a documentation issue id love to use this with other lsp clients besides vscode.

Incase not to sell the reasoning, many other Vscode enabled languages are based on LSP which allows people to get the vscode implementation and run it directly for other clients which will help get the implementation more robust or for the implementor to only worry about answering the server side of the contract as the client will handle how to get all the features / snippets acting correctly visually.

Hi, cform-VSCode is just a snippet extension leveraging built-in JSON language interpreter provided by VS Code, and YAML language interpreter provided by Red Hat, so you might look at those as sources to collaborate with.