Langserver.org – A community-driven source for Language Server implementations
1–10 of 27 posts
Re: Langserver.org – A community-driven source for Language Server implementations
#2Re: Langserver.org – A community-driven source for Language Server implementations
#3Re: Langserver.org – A community-driven source for Language Server implementations
#4Re: Langserver.org – A community-driven source for Language Server implementations
#5LSP really has been a massive success, and despite being made by MS, has been one of the main reasons I’ve been able to keep using Emacs and not migrated to other more IDE-like editors.
MS deserves som serious credit here for being one of the few players willing to think in protocols these days. Protocols vs products makes a big difference.
Re: Langserver.org – A community-driven source for Language Server implementations
#6Re: Langserver.org – A community-driven source for Language Server implementations
#7Re: Langserver.org – A community-driven source for Language Server implementations
#8It seems that Language Server Index Format (LSIF) https://code.visualstudio.com/blogs/2019/02/19/lsif is the successor to the Language Server Protocol (LSP). LSIF supports code navigation without having all source code files available on a local disk like LSP requires.
Re: Langserver.org – A community-driven source for Language Server implementations
#9I have to say that list has gotten waaay longer since last time I saw it. LSP really has been a massive success, and despite being made by MS, has been one of the main reasons I’ve been able to keep using Emacs and not migrated to other more IDE-like editors. MS deserves som serious credit here for being one of the few players willing to think in protocols these days. Protocols vs products makes a big difference.
Re: Langserver.org – A community-driven source for Language Server implementations
#10THe SourceGraph server for Go is deprecated in favor of 'gopls'. This is documented on the sourcegraph github page.