langserver.github.io icon indicating copy to clipboard operation
langserver.github.io copied to clipboard

Add a list of language server libraries

Open Timmmm opened this issue 7 years ago • 1 comments

It would be nice to have a list that answers the question "I want to write a language server in . Is there a library I can use to take care of all the protocol stuff?"

  • Go: https://github.com/sourcegraph/go-langserver
  • Rust: https://github.com/gluon-lang/languageserver-types, https://github.com/smith61/rls_proto (unmaintained), https://github.com/RustDT/RustLSP (unmaintained).
  • C#: https://github.com/matarillo/LanguageServerProtocol

etc.

Timmmm avatar Oct 17 '18 11:10 Timmmm

cool, feel free to send a PR which starts the section.

keegancsmith avatar Oct 17 '18 11:10 keegancsmith

Think you might have closed the wrong issue unless I missed something. (Sorry I never got around to this btw.)

Timmmm avatar Sep 30 '22 21:09 Timmmm

@Timmmm all good. Feel free to reopen if you want. Better to just open an new PR since this is from 2018

jdorfman avatar Oct 03 '22 18:10 jdorfman