From 599d7cff4869fb343814af47e42cc35da6ff114d Mon Sep 17 00:00:00 2001 From: chendelian <116870791@qq.com> Date: Mon, 13 Apr 2026 15:20:50 +0800 Subject: [PATCH] docs: add Codex and open tool links in new tab --- references/DEVELOPMENT.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/references/DEVELOPMENT.md b/references/DEVELOPMENT.md index df03633..0fb6aae 100644 --- a/references/DEVELOPMENT.md +++ b/references/DEVELOPMENT.md @@ -29,22 +29,23 @@ | 工具 | 类型 | 适合场景 | 官方入口 | |------|------|----------|----------| -| Cursor | 独立 AI IDE | 代码编辑、Agent 开发、整仓理解 | [官网](https://www.cursor.com/) / [下载](https://www.cursor.com/downloads) | -| Windsurf | 独立 AI IDE | Agent 编程、项目生成、连续开发流 | [文档](https://docs.codeium.com/windsurf) / [下载](https://windsurf.com/download) | -| GitHub Copilot | IDE 插件 / 编程助手 | 日常补全、解释代码、生成函数、配合 VS Code 或 JetBrains 使用 | [官网](https://github.com/copilot) | -| Claude Code | 终端 / IDE 编程代理 | 命令行开发、代码库分析、自动改代码、运行命令 | [官网](https://www.anthropic.com/claude-code) / [文档](https://docs.anthropic.com/en/docs/claude-code/) | -| Aider | 终端 AI 编程工具 | 已有代码仓库的增量开发、终端协作、快速提交 | [官网](https://www.aider.chat/) / [文档](https://aider.chat/docs/) | -| Cline | VS Code / JetBrains 插件 | 编辑器内 Agent 开发、命令执行、浏览器联动调试 | [官网](https://cline.bot/) / [文档](https://docs.cline.bot/introduction/welcome) / [VS Code 插件](https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev) | +| Cursor | 独立 AI IDE | 代码编辑、Agent 开发、整仓理解 | 官网 / 下载 | +| Windsurf | 独立 AI IDE | Agent 编程、项目生成、连续开发流 | 文档 / 下载 | +| GitHub Copilot | IDE 插件 / 编程助手 | 日常补全、解释代码、生成函数、配合 VS Code 或 JetBrains 使用 | 官网 | +| Claude Code | 终端 / IDE 编程代理 | 命令行开发、代码库分析、自动改代码、运行命令 | 官网 / 文档 | +| Codex | 终端 / IDE / Web 编程代理 | OpenAI 官方编码代理,适合代码生成、理解、调试、评审 | 官网 / 快速开始 | +| Aider | 终端 AI 编程工具 | 已有代码仓库的增量开发、终端协作、快速提交 | 官网 / 文档 | +| Cline | VS Code / JetBrains 插件 | 编辑器内 Agent 开发、命令执行、浏览器联动调试 | 官网 / 文档 / VS Code 插件 | ### 国内主流工具 | 工具 | 类型 | 适合场景 | 官方入口 | |------|------|----------|----------| -| Trae | 独立 AI IDE | AI 辅助写代码、项目搭建、对话式开发 | [官网](https://www.trae.ai/home) / [下载](https://www.trae.ai/download) | -| 通义灵码 | 独立 IDE / IDE 插件 | 国内团队日常编码、问答、补全、代码生成 | [官网](https://tongyi.aliyun.com/lingma/?channel=yy_AiBot) / [下载](https://tongyi.aliyun.com/lingma/download) | -| CodeGeeX | IDE 插件 / 开源助手 | 代码补全、生成、注释、跨语言辅助 | [GitHub](https://github.com/zai-org/CodeGeeX) / [VS Code 插件](https://marketplace.visualstudio.com/items?itemName=aminer.codegeex) | -| 腾讯 CodeBuddy | IDE 插件 | 代码补全、测试生成、智能问答、腾讯云开发体系协作 | [官网](https://www.codebuddy.ai/) / [文档](https://www.tencentcloud.com/document/product/1256) / [VS Code 插件](https://marketplace.visualstudio.com/items?itemName=Tencent-Cloud.coding-copilot) | -| 百度文心快码(Baidu Comate) | IDE 插件 | 国内研发团队辅助编码、解释、测试、优化 | [官网](https://comate.baidu.com/zh) | +| Trae | 独立 AI IDE | AI 辅助写代码、项目搭建、对话式开发 | 官网 / 下载 | +| 通义灵码 | 独立 IDE / IDE 插件 | 国内团队日常编码、问答、补全、代码生成 | 官网 / 下载 | +| CodeGeeX | IDE 插件 / 开源助手 | 代码补全、生成、注释、跨语言辅助 | GitHub / VS Code 插件 | +| 腾讯 CodeBuddy | IDE 插件 | 代码补全、测试生成、智能问答、腾讯云开发体系协作 | 官网 / 文档 / VS Code 插件 | +| 百度文心快码(Baidu Comate) | IDE 插件 | 国内研发团队辅助编码、解释、测试、优化 | 官网 | ### 选型建议