awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesLanguage Server Integrations

Connecting web editors to backend services for advanced code analysis.

Distinguishing note: Focuses on the integration layer for language servers.

Explore 2 awesome GitHub repositories matching web development · Language Server Integrations. Refine with filters or upvote what's useful.

Awesome Language Server Integrations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/monaco-editorAvatar von microsoft

    microsoft/monaco-editor

    46,199Auf GitHub ansehen↗

    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

    Provides advanced code analysis and diagnostic capabilities by connecting a web editor to language-specific backend services.

    JavaScriptbrowsereditormonaco-editor
    Auf GitHub ansehen↗46,199
  • codemirror/devAvatar von codemirror

    codemirror/dev

    7,820Auf GitHub ansehen↗

    CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow

    Maintains a persistent connection to language servers to synchronize document changes and receive diagnostics.

    JavaScript
    Auf GitHub ansehen↗7,820
  1. Home
  2. Web Development
  3. Language Server Integrations