Category index for “lsp”

  • Sublime Text and Language Server Protocol

    Sublime Text and Language Server Protocol (LSP)

    Language Server Protocol (LSP)

    LSP - protocol for interactions between IDE and language server. The latter provides such means like autocompletion, goto implementation and etc. When IDE needs to show autocomplete choices on, for example, python language - it sends a request to the special server. And it responds with the necessary data. The cool part here is that it is an initiative of a big company - Microsoft.

    Comments Read More