Language Server Protocol
E190930
The Language Server Protocol is an open standard that enables code editors and IDEs to provide language-specific features like autocompletion, go-to-definition, and refactoring through external language servers.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Language Server Protocol canonical | 3 |
How this entity was disambiguated
This entity first appeared as the object of triple T1690560 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: Language Server Protocol Context triple: [Visual Studio Code, supportsLanguageProtocol, Language Server Protocol]
-
A.
Visual Studio Code
Visual Studio Code is a popular, lightweight, cross-platform source-code editor from Microsoft that supports extensive extensions and debugging features for many programming languages.
-
B.
OmniSharp
OmniSharp is an open-source tooling ecosystem that brings rich C# and .NET development features—such as code completion, refactoring, and diagnostics—to editors like VS Code, Vim, and Emacs.
-
C.
JetBrains Rider
JetBrains Rider is a cross-platform .NET IDE by JetBrains that combines ReSharper’s code analysis with a fast, IntelliJ-based development environment.
-
D.
GitHub Copilot
GitHub Copilot is an AI-powered code completion and pair-programming tool that suggests code and entire functions directly within developers’ editors.
-
E.
Neovim
Neovim is a modern, extensible, and highly configurable fork of the Vim text editor, designed to improve usability, maintainability, and plugin integration for developers.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: Language Server Protocol Target entity description: The Language Server Protocol is an open standard that enables code editors and IDEs to provide language-specific features like autocompletion, go-to-definition, and refactoring through external language servers.
-
A.
Visual Studio Code
Visual Studio Code is a popular, lightweight, cross-platform source-code editor from Microsoft that supports extensive extensions and debugging features for many programming languages.
-
B.
OmniSharp
OmniSharp is an open-source tooling ecosystem that brings rich C# and .NET development features—such as code completion, refactoring, and diagnostics—to editors like VS Code, Vim, and Emacs.
-
C.
JetBrains Rider
JetBrains Rider is a cross-platform .NET IDE by JetBrains that combines ReSharper’s code analysis with a fast, IntelliJ-based development environment.
-
D.
GitHub Copilot
GitHub Copilot is an AI-powered code completion and pair-programming tool that suggests code and entire functions directly within developers’ editors.
-
E.
Neovim
Neovim is a modern, extensible, and highly configurable fork of the Vim text editor, designed to improve usability, maintainability, and plugin integration for developers.
- F. None of above. chosen
Statements (61)
| Predicate | Object |
|---|---|
| instanceOf |
communication protocol
ⓘ
open standard ⓘ |
| abbreviation | LSP ⓘ |
| category | developer tools standard ⓘ |
| defines |
capabilities negotiation between client and server
ⓘ
initialization and shutdown procedures for language servers ⓘ lifecycle of text documents in the editor ⓘ set of JSON-RPC messages between client and server ⓘ |
| designedFor | integrating language-specific tooling into code editors and IDEs ⓘ |
| developedBy |
Eclipse Che
ⓘ
surface form:
Codenvy
Microsoft ⓘ Red Hat ⓘ |
| documentation | https://microsoft.github.io/language-server-protocol ⓘ |
| enablesFeature |
code actions
ⓘ
code completion ⓘ code lens ⓘ diagnostics ⓘ document formatting ⓘ document symbols ⓘ find references ⓘ go to definition ⓘ hover information ⓘ range formatting ⓘ rename refactoring ⓘ semantic tokens ⓘ signature help ⓘ workspace symbols ⓘ |
| firstIntroducedBy |
Visual Studio Code
ⓘ
surface form:
Microsoft Visual Studio Code team
|
| goal |
decouple language-specific tooling from editors and IDEs
ⓘ
reduce duplication of language support implementations across tools ⓘ |
| governingBody | Language Server Index Format and Protocol working group ⓘ |
| hostedAt | GitHub ⓘ |
| license |
Creative Commons license
ⓘ
surface form:
Creative Commons Attribution 4.0 International
|
| relatedTo |
Debug Adapter Protocol
ⓘ
Language Server Index Format ⓘ |
| repository | https://github.com/microsoft/language-server-protocol ⓘ |
| supportsConcept |
language clients
ⓘ
language servers ⓘ |
| supportsLanguage |
C#
ⓘ
C++ ⓘ Go ⓘ Java ⓘ JavaScript ⓘ Python ⓘ Rust ⓘ TypeScript programming language ⓘ
surface form:
TypeScript
many other programming languages ⓘ |
| supportsTransport |
Transmission Control Protocol
ⓘ
surface form:
TCP
WebSockets Standard ⓘ
surface form:
WebSocket
standard input and output ⓘ |
| usedBy |
Atom
ⓘ
Eclipse IDE ⓘ Emacs family of editors ⓘ
surface form:
Emacs
IntelliJ-based IDEs via plugins ⓘ Neovim ⓘ Sublime Text ⓘ Theia ⓘ Vim ⓘ Visual Studio Code ⓘ |
| usesEncoding | UTF-8 ⓘ |
| usesTransport | JSON-RPC ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: Language Server Protocol Description of subject: The Language Server Protocol is an open standard that enables code editors and IDEs to provide language-specific features like autocompletion, go-to-definition, and refactoring through external language servers.
Referenced by (3)
Full triples — surface form annotated when it differs from this entity's canonical label.