-
The [language server protocol](http://langserver.org/) aims to fix the editor language support problem. We should use it.
---
Want to back this issue? **[Post a bounty on it!](https://www.bou…
-
Hey!
I see that texpresso supports multiple different editors via ad-hoc plugins made separately for each one. Would it make sense to unify the interface and provide texpresso as an LSP?
This wa…
gnull updated
8 months ago
-
Just like there is the [language server protocol](https://microsoft.github.io/language-server-protocol/) to have cross editor support for language features, there also is the [debug adapter protocol](…
-
The Language Server Protocol [(introduced in this blog post)](https://code.visualstudio.com/blogs/2016/06/27/common-language-protocol)
is used between a tool (the client) and the language server to i…
-
This issue is a place to record all pending upstream requests for changes to LSP and/or VS Code.
- [ ] https://github.com/microsoft/language-server-protocol/issues/2014
- [ ] https://github.com/mi…
-
Maybe {tricks} could integrate with the [MS Language Server Protocol](https://microsoft.github.io/language-server-protocol/) via the corresponding R package [{languageserver}](https://github.com/REdit…
nbenn updated
2 years ago
-
Would you be interested in supporting the [language server protocol](https://github.com/Microsoft/language-server-protocol) server?
Currently I'm writing a lot of vim script and having language ser…
-
Why not support the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)? It gets you a bunch of the boring but important stuff quickly.
-
A [LSP](http://langserver.org/) server for OpenAPI would greatly benefit users who are regularly checking for Editor alternatives.
@darrelmiller
-
To proof the concept of delivering information from the engine to the IDE(s) via Ydoc structures is viable, let's prototype delivery of _expression updates_. To do following tasks are needed:
```[t…