Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Language Server Protocol? #46

Open
AnthonyPoschen opened this issue Dec 9, 2019 · 1 comment
Open

Support for Language Server Protocol? #46

AnthonyPoschen opened this issue Dec 9, 2019 · 1 comment

Comments

@AnthonyPoschen
Copy link

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.

@aws-scripting-guy
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants