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

Interfaces that connect code editors to language servers to provide advanced code assistance and refactoring capabilities.

Explore 2 awesome GitHub repositories matching development tools & productivity · Language Server Clients. Refine with filters or upvote what's useful.

  1. Home
  2. Development Tools & Productivity
  3. Code Editors & IDEs
  4. Extension Ecosystems and Management
  5. Editor Extensions
  6. Editor Integrations
  7. Language Server Clients

Awesome Language Server Clients GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • microsoft/vscode

    microsoft/vscode

    181,912GitHubView on GitHub↗

    This project is a cross-platform code editor designed for software development, offering a comprehensive suite of tools for text editing, workspace management, and task automation. It includes native support for version control, an integrated terminal, and a flexible task runner that allows for the execution of build,

    Implements standardized interfaces to connect with language servers, enabling deep code analysis, refactoring, and intelligent assistance.

    TypeScripteditorelectronmicrosoft
  • swiftlang/swift

    swiftlang/swift

    69,781GitHubView on GitHub↗

    Swift is a high-performance, general-purpose programming language designed for safety and speed. It features a modular compiler front-end that transforms source code into optimized machine binaries, utilizing a value-oriented type system that prioritizes predictable state management through value and reference types. T

    Integrates with code editors to deliver real-time assistance, code completion, and refactoring through language server protocols.

    C++