Language Server Protocol
Fleeting- Référence externe : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/
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
- emacs lsp debug errors in headerline
- literate sensible programming with LSP
- lsp is bad because microsoft is bad
- lsp-mode
- no LSP support