Language Server Protocol (LSP) specifies a standardized JSON-RPC–based protocol for communication between IDEs/editors and language servers, enabling consistent language features like auto-completion, diagnostics, and refactoring across tools.
Features
- Defines common message formats for language services such as completion, hover, go-to-definition, diagnostics, workspace symbols, code actions, formatting
- Supports exchange over stdin/stdout, sockets, named pipes, or IPC
- Vendor-neutral, open standard originally from Microsoft, and supported by many companies (Red Hat, Codenvy, Sourcegraph)
- Broad editor and IDE support: VS Code, IntelliJ Ultimate + JetBrains IDEs, Eclipse Che, Atom, Sublime via plugin, GNU Emacs (Eglot, LSP Mode)
- Allows reuse of language servers across multiple editors, reducing duplication of effort
- Multiple licensing (CC-BY-4.0 for spec, MIT for code) and community-driven development
Categories
Code EditorsLicense
Creative Commons Attribution LicenseFollow Language Server Protocol
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Language Server Protocol!