Language Server
Provides an interface to add a Language Server using the Language Server Protocol.
Last updated
Provides an interface to add a Language Server using the Language Server Protocol.
Last updated
LSP, or , is a specification developed by Microsoft that is used to add common features to an editor or IDE. Features include code completion, go to definition, and hover documentation for specific languages.
So, why use a Language Server? It makes it easier to add language support to multiple development tools.