How Sourcegraph Scales with the Language Server Protocol (text.sourcegraph.com) 16 points by georgewfraser 9y ago ↗ HN
[–] sqs 9y ago ↗ Sourcegraph CEO here. Thanks for posting this! And thanks to Microsoft, Codenvy, RedHat, etc., for their foundational work on LSP.For the curious: we have links to more language server implementations at http://langserver.org. And if you want to see what real LSP requests/responses look like, go to https://sourcegraph.com/github.com/gorilla/websocket/-/blob/... and hover/click on tokens with the JS console open.Happy to answer any questions about LSP or our usage of it.
1 comment
[ 4.1 ms ] story [ 10.0 ms ] threadFor the curious: we have links to more language server implementations at http://langserver.org. And if you want to see what real LSP requests/responses look like, go to https://sourcegraph.com/github.com/gorilla/websocket/-/blob/... and hover/click on tokens with the JS console open.
Happy to answer any questions about LSP or our usage of it.