Files
nexus/wiki/concepts/AI代码编辑器.md

37 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AI代码编辑器"
type: concept
tags: [ai, code-editor, vibe-coding]
last_updated: 2026-04-15
---
## 定义
集成 AI 辅助能力(代码生成/补全/审查/规划)的代码编辑器,相比传统 IDE 新增 AI 代理交互界面。
## 主流工具
- [[Cursor]]:基于 VS CodeComposer 模型,多代理并行
- [[Windsurf]]Codeium 推出的 AI 代码编辑器
- [[Trae]]:字节跳动推出的 AI 代码编辑器
- [[Cline]]VS Code 扩展,将 VS Code 变身为全自动 AI 工程师
## 核心功能对比
| 功能 | Cursor | Windsurf | Trae | Cline |
|------|--------|----------|------|-------|
| 底层框架 | VS Code | VS Code | VS Code | VS Code |
| 自研模型 | Composer4倍速 | Codeium | 豆包/其他 | Claude |
| 多代理 | ✅ | ✅ | ✅ | ✅ |
| MCP 支持 | ✅ | ✅ | ✅ | ✅ |
| Diff 审查 | ✅ | ❓ | ❓ | ✅ |
## 核心工作流
明确需求 → AI 规划Plan→ 代码生成Agent→ Diff 审查 → Git 版本控制
## 关联
- [[Vibe Coding]] 的工具层实现
- [[AI编程]] 的具体工具形态
## Aliases
- AI IDE
- AI 代码生成器