cform-VSCode icon indicating copy to clipboard operation
cform-VSCode copied to clipboard

Support for Language Server Protocol?

Open AnthonyPoschen opened this issue 6 years ago • 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.

AnthonyPoschen avatar Dec 09 '19 06:12 AnthonyPoschen

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.

aws-scripting-guy avatar Feb 28 '20 21:02 aws-scripting-guy