awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

45 个仓库

Awesome GitHub RepositoriesIDE and Editor Plugins

Extensions for code editors to improve development workflow.

Explore 45 awesome GitHub repositories matching part of an awesome list · IDE and Editor Plugins. Refine with filters or upvote what's useful.

Awesome IDE and Editor Plugins GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • intitni/copilotforxcodeintitni 的头像

    intitni/CopilotForXcode

    8,240在 GitHub 上查看↗

    CopilotForXcode is an AI source editor extension for the Xcode development environment. It provides a suite of tools including a conversational chat interface, a code completion tool, and a natural language refactorer to assist with Apple platform development. The project differentiates itself by integrating project context and compiler errors directly into its AI interactions. It supports custom prompt execution using template variables and enables the triggering of shell scripts and system shortcuts directly from the chat interface to automate development tasks. The system manages AI integ

    Adds AI-powered code completion and chat to the editor.

    Swiftchatchatgptcode-completion
    在 GitHub 上查看↗8,240
  • olimorris/codecompanion.nvimolimorris 的头像

    olimorris/codecompanion.nvim

    6,166在 GitHub 上查看↗

    CodeCompanion is a Neovim plugin that brings large language model capabilities directly into the editor, enabling turn-based conversations with AI models in a dedicated chat buffer. It provides a comprehensive interface for interacting with LLMs, supporting multiple providers through a flexible adapter system that can route requests to various hosted or local language model services. The plugin distinguishes itself through its extensive context-sharing capabilities, allowing users to send buffer contents, visual selections, git diffs, LSP diagnostics, terminal output, quickfix lists, and view

    Provides an AI-powered coding assistant experience in terminal editors.

    Luaacpagent-client-protocolanthropic
    在 GitHub 上查看↗6,166
  • mpociot/chatgpt-vscodempociot 的头像

    mpociot/chatgpt-vscode

    4,941在 GitHub 上查看↗

    本项目是 Visual Studio Code 的 AI 助手,利用大语言模型生成代码并回答编程查询。它作为一个代码生成器和助手,能够将 AI 生成的代码片段直接插入到活跃的源文件中,并通过侧边栏聊天提供对话界面。 该扩展通过自然语言提示促进所选代码块的结构重构、优化和调试。它还为复杂的代码段生成自然语言解释和技术文档,无需用户离开开发环境。 该工具管理对话状态以提供后续查询的短期记忆,并通过命令面板和上下文菜单与编辑器交互。它检索高亮文本以提供转换上下文,并修改活跃编辑器缓冲区以在光标位置插入内容。 该界面使用编辑器侧边栏中的基于 Webview 的聊天环境进行渲染。

    Integrates AI chat functionality into the code editor.

    TypeScript
    在 GitHub 上查看↗4,941
  • jackmort/chatgpt.nvimjackMort 的头像

    jackMort/ChatGPT.nvim

    4,005在 GitHub 上查看↗

    ChatGPT.nvim 是一个 OpenAI LLM Neovim 插件,作为 AI 驱动的代码助手,用于重构、补全和修复代码片段。它作为一个自定义提示词自动化工具和 Markdown 渲染器,允许用户直接在编辑器内与语言模型进行交互。 该项目的特色在于其定义可重用 AI 人格和自动化文本处理任务的框架,利用系统提示词和模板。它包含一个专门的渲染系统,将响应转换为带有可折叠代码块的样式化 Markdown。 该插件涵盖了交互式聊天界面、针对项目文件的上下文感知提示词,以及用于语法纠错和 Bug 修复的自动化代码操作。它还通过外部命令获取 API 密钥而非静态存储,从而实现了安全的凭据管理。

    Provides an interface for AI-assisted coding in terminal editors.

    Lua
    在 GitHub 上查看↗4,005
  • justicerage/gepettoJusticeRage 的头像

    JusticeRage/Gepetto

    3,362在 GitHub 上查看↗

    Gepetto is an IDA Pro plugin that integrates large language models directly into the reverse engineering workflow. It functions as a multi-provider LLM client, allowing users to explain decompiled functions, rename variables, and add comments to pseudocode, all while supporting multiple language model backends and a localized interface. The plugin distinguishes itself through a plugin-based architecture that abstracts multiple LLM providers behind a unified interface, enabling hot-swapping between providers and models without restarting IDA Pro. It also features a command-line interface bridg

    Queries AI models to assist with reverse engineering in IDA.

    Pythongpt-5-apiida-proopenai
    在 GitHub 上查看↗3,362
  • helixform/codecursorHelixform 的头像

    Helixform/CodeCursor

    1,833在 GitHub 上查看↗

    An extension for using Cursor in Visual Studio Code.

    Enables AI-assisted coding within the editor.

    TypeScriptchatgptextensiongpt-4
    在 GitHub 上查看↗1,833
  • robitx/gp.nvimRobitx 的头像

    Robitx/gp.nvim

    1,305在 GitHub 上查看↗

    Provides AI-assisted coding and speech-to-text in terminal editors.

    Luaclaudecodeiumcopilot
    在 GitHub 上查看↗1,305
  • emmylua/vscode-emmyluaEmmyLua 的头像

    EmmyLua/VSCode-EmmyLua

    739在 GitHub 上查看↗

    Lua IDE/Debugger Plugin for VSCode

    Debugger and IDE plugin for VSCode.

    TypeScript
    在 GitHub 上查看↗739
  • dense-analysis/neuraldense-analysis 的头像

    dense-analysis/neural

    512在 GitHub 上查看↗

    AI Vim/Neovim code generation plugin (OpenAI, ChatGPT, and more)

    Generates code using AI within terminal editors.

    Vim Script
    在 GitHub 上查看↗512
  • palm1r/qodeassistPalm1r 的头像

    Palm1r/QodeAssist

    410在 GitHub 上查看↗

    QodeAssist is an AI-powered coding assistant plugin for Qt Creator

    Provides AI-powered coding assistance for specific development frameworks.

    C++
    在 GitHub 上查看↗410
  • gsuuon/model.nvimgsuuon 的头像

    gsuuon/model.nvim

    399在 GitHub 上查看↗

    Neovim plugin for interacting with LLM's and building editor integrated prompts.

    Builds editor-integrated prompts for AI interaction.

    Lua
    在 GitHub 上查看↗399
  • alidehbansiahkarbon/chatgptwizardAliDehbansiahkarbon 的头像

    AliDehbansiahkarbon/ChatGPTWizard

    273在 GitHub 上查看↗

    A ChatGPT, Gemini, Claude, and Ollama(offline) plug-in for Embarcadero RAD Studio IDE XE5 to 12.1

    Integrates AI chat into enterprise development environments.

    Pascal
    在 GitHub 上查看↗273
  • codercooke/vim-chatgptCoderCookE 的头像

    CoderCookE/vim-chatgpt

    272在 GitHub 上查看↗

    Vim Plugin For ChatGPT

    Integrates AI chat into terminal-based editing workflows.

    Python
    在 GitHub 上查看↗272
  • luacats/love2dLuaCATS 的头像

    LuaCATS/love2d

    73在 GitHub 上查看↗

    Definitions for the LÖVE 2D game framework

    Typing hints for Lua language servers.

    Lua
    在 GitHub 上查看↗73
  • firezenk/language-luaFireZenk 的头像

    FireZenk/language-lua

    66在 GitHub 上查看↗

    Lua language support in Atom

    Syntax highlighting and snippets for Lua.

    在 GitHub 上查看↗66
  • davisdude/vim-love-docsdavisdude 的头像

    davisdude/vim-love-docs

    58在 GitHub 上查看↗

    Vim plugin for LÖVE syntax highlighting and help file

    Syntax highlighting for Vim.

    Lua
    在 GitHub 上查看↗58
  • rm-code/love-idea-pluginrm-code 的头像

    rm-code/love-IDEA-plugin

    61在 GitHub 上查看↗

    A LÖVE-Plugin for IntelliJ IDEA and PHPStorm. (Looking for new maintainer!)

    Snippets and completion for IntelliJ.

    Lua
    在 GitHub 上查看↗61
  • rameshvarun/love-iderameshvarun 的头像

    rameshvarun/love-ide

    60在 GitHub 上查看↗

    Tools for programming LÖVE games in Atom.

    Bundles utilities for Pulsar development.

    JavaScript
    在 GitHub 上查看↗60
  • dapetcu21/atom-autocomplete-luadapetcu21 的头像

    dapetcu21/atom-autocomplete-lua

    34在 GitHub 上查看↗

    Extensible autocomplete+ provider for Lua

    Autocomplete for Lua in Atom.

    JavaScript
    在 GitHub 上查看↗34
  • carlrobertoh/codegptC

    carlrobertoh/codegpt

    0在 GitHub 上查看↗

    Provides access to various LLMs within the development environment.

    在 GitHub 上查看↗0
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. IDE and Editor Plugins