- Language Server Protocol (LSP) defines the protocol used between an editor or IDE and a language server that provides language features like auto complete, go to definition, find all references etc
- Language Server Index Format (LSIF) pronounced like “else if” - it’s goal is to support rich code navigation in development tools or a Web UI without needing a local copy of the source code