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

2 repos

Awesome GitHub RepositoriesLanguage Server Integrations

Implementations of the Language Server Protocol to provide IDE-agnostic code intelligence.

Distinguishing note: Specifically targets LSP-based editor communication rather than general plugin or extension systems.

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

  1. Home
  2. Development Tools & Productivity
  3. Language Server Integrations

Awesome Language Server Integrations GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • astral-sh/ruff

    astral-sh/ruff

    45,851View on GitHub↗

    Ruff is a high-performance static analysis and code formatting tool designed for Python. Built in Rust, it functions as a comprehensive engine that scans source code to detect programming errors, security vulnerabilities, and deviations from established coding standards. By parsing source code into a structured tree representation, it provides both automated linting and style enforcement across entire projects. The tool distinguishes itself through its speed and deep integration into the development lifecycle. It utilizes parallelized file processing to maximize throughput on large codebases

    Standardized communication interfaces allow the tool to provide real-time diagnostics and formatting across diverse code editors and development environments.

    Rustlinterpep8python
    45,851View 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

    Communicates with external language servers to provide asynchronous code intelligence, diagnostics, and completion suggestions via standardized JSON-RPC messaging.

    Rustkakounerusttext-editor
    43,034View on GitHub↗