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

1 repo

Awesome GitHub RepositoriesLanguage Server Implementations

Standardized interfaces providing real-time diagnostics and code feedback to development environments.

Distinguishing note: Focuses on IDE integration protocols rather than static analysis engines.

Explore 1 awesome GitHub repository matching development tools & productivity · Language Server Implementations. Refine with filters or upvote what's useful.

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

Awesome Language Server Implementations 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

    The tool provides a standardized language server protocol implementation to enable linting and formatting support across editors including Emacs, Helix, Neovim, PyCharm, VS Code, and Zed.

    Rustlinterpep8python
    45,851View on GitHub↗