Konubinix' opinionated web of thoughts

Language Server Protocol

Fleeting

language server protocol, sibbling of the DAP

Language Features provide the actual smarts in the language server protocol. They are usually executed on a [text document, position] tuple. The main language feature categories are:

code comprehension features like Hover or Goto Definition. coding features like diagnostics, code complete or code actions.

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/

automatice organisation/sorting of imports

source.organizeImports

https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/

Notes pointant ici