LSP Editor Support
Cluster focuses on discussions about Language Server Protocol (LSP) support in code editors like VS Code, Sublime, Neovim, and others, including its benefits, implementation, and comparisons across tools.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Does it support LSP (Language Server Protocol)? I see no reference to it either on the splash page or in the extensions.
VS Code uses LSPs which are mentioned.
Can you elaborate please? VSCode is literally the reason why LSP even exists
Didnt vscode standardise language servers making much easier for all the rest text-editor-close-almost-ides to integrate? Is it really that sad?
If you want the same language treatment as say, VS Code, install the LSP plugin. It is the exact same thing
Sublime does as well, for languages with LSP support
Why not implement first class support for LSP servers, and offer extensions that wrap official LSP's?
Yup, via LSP just like Visual Studio Code.There were a couple quirks in the early days but it improved at a rapid clip.
i don't think so. we're moving towards language servers, so as long as your ide speaks langserver, you'll have a few choices
It's now better than ever thanks to Language server protocol!