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

3 repos

Awesome GitHub RepositoriesEditor Integrations

Plugins and interfaces that connect external tools, languages, or services directly into the editor workflow.

Explore 3 awesome GitHub repositories matching development tools & productivity · Editor Integrations. 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

Awesome Editor Integrations 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++
  • prettier/prettier

    prettier/prettier

    51,664GitHubView on GitHub↗

    Prettier is an opinionated code formatter that parses source code and reprints it from scratch to enforce a consistent, project-wide visual style. By transforming code into an abstract syntax tree and applying a recursive document printing process, it eliminates manual style debates and ensures that all source files ad

    Connects directly into editor workflows to perform automatic style fixes on save or via command shortcuts.

    JavaScriptangularastcss

Explore sub-tags

  • Code Snippet EnginesTools that expand short text triggers into predefined blocks of source code within an editor.
  • Editor Formatting IntegrationsStandardized interfaces for triggering formatting from within editors.
  • Emacs Editor ConfigurationsPackages and settings for enabling language support in Emacs.
JetBrains IDE Plugins
Extensions designed to integrate tools into the JetBrains platform for automated file processing.
  • Language Server ClientsInterfaces that connect code editors to language servers to provide advanced code assistance and refactoring capabilities.
  • Vim PluginsExtensions that integrate external tools or language-specific servers into the Vim editor environment.
  • WebAssembly Editor ConfigurationsLanguage server and editor settings for WebAssembly development.