Glossary
LSP
The Language Server Protocol (LSP) is an open standard that lets a code editor talk to a separate language server over JSON-RPC. The server supplies language-aware features — autocompletion, go-to-definition, hover documentation, diagnostics and refactoring — so any editor can support any programming language through one shared interface.
In Pocket Code
See it in the Code Editor