1 comment

[ 0.24 ms ] story [ 8.7 ms ] thread
Context: the "Language Server Protocol" is what Visual Studio Code uses to provide language features (auto completion, error checking, navigation, etc) via a separate process. More than tying it to VSC, though, Microsoft decided to make it a separate standard that can be implemented by other editors and IDEs. This website lists popular LSP implementations and clients (editors) who support it.