We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note (28/11/2017): VS support for LSP seems to be mainly focused on open folder scenarios, so we should wait for now.
We should implement the LSP (Language Server Protocol) for X#, which will work for many IDEs, including VS Code and VS (right now it's a preview extension). Tools supporting the LSP: https://microsoft.github.io/language-server-protocol/implementors/tools/ There are currently 2 C# implementations of the protocol, and an official one is under development: https://microsoft.github.io/language-server-protocol/implementors/sdks/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Note (28/11/2017): VS support for LSP seems to be mainly focused on open folder scenarios, so we should wait for now.
We should implement the LSP (Language Server Protocol) for X#, which will work for many IDEs, including VS Code and VS (right now it's a preview extension).
Tools supporting the LSP: https://microsoft.github.io/language-server-protocol/implementors/tools/
There are currently 2 C# implementations of the protocol, and an official one is under development: https://microsoft.github.io/language-server-protocol/implementors/sdks/
The text was updated successfully, but these errors were encountered: