-
Notifications
You must be signed in to change notification settings - Fork 905
Language Server Protocol SDKs
Erich Gamma edited this page Oct 18, 2017
·
4 revisions
SDK/libraries supporting implementing the language server protocol in a particular language.
- Protocol Implementations lists the Language Server implementations that support the language server protocol.
- Tools supporting the Language Server Protocol lists the tools that support the language server protocol.
| Language | Maintainer | |
|---|---|---|
| node.js | MS | vscode-languageserver-node |
| C# | MS | work in progress by David Wilson |
| Java | Eclipse, TypeFox | Eclipse LSP4J |
| Haxe | @nadako | language-server-protocol-haxe |
| PHP | Felix Becker | php-language-server |
| Rust | Bruno Medeiros | RustLSP |
| Haskell | Alan Zimmerman | Haskell-LSP |
| C# | OmniSharp | C#-LSP |
| C# | Inomata Kentaro | LanguageServerProtocol |