awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Language Server Clients · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesLanguage Server Clients

Communication layers connecting editors to language analysis tools.

Distinguishing note: Focuses on the client-side implementation of the LSP standard.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Language Server Clients. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Language Server Clients

Awesome Language Server Clients GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • microsoft/monaco-editor

    microsoft/monaco-editor

    45,625View on GitHub↗

    Monaco Editor is a web-based text editing component designed to provide advanced syntax highlighting, code completion, and language intelligence within browser environments. It functions as a reusable interface element that enables developers to integrate professional-grade coding experiences into web applications. The editor distinguishes itself through a native client for the Language Server Protocol, which connects the interface to external analysis tools for deep diagnostics and refactoring capabilities. It utilizes a memory-efficient, declarative text buffer to manage large documents and

    Connects text editors to external language analysis tools to provide rich IDE features like refactoring and diagnostics.

    JavaScriptbrowsereditormonaco-editor
    45,625View on GitHub↗
  • helix-editor/helix

    helix-editor/helix

    43,034View on GitHub↗

    Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object

    A built-in integration layer that communicates with external language servers to provide real-time code analysis, completion, and diagnostic feedback.

    Rustkakounerusttext-editor
    43,034View on GitHub↗