Cursor
围绕 AI 构建的编辑器,具备全代码库上下文,而非单文件补全。
基于 VS Code 的分支,AI 是编辑模型的一部分而非插件。它会索引整个仓库, 因此改动可以跨多个文件,并遵循代码里已有的写法约定。
我们的判断
如果你每天都在大型代码库里工作,值得为它换编辑器。偶尔写点脚本的话, 在现有编辑器里装个补全插件就够了。
最后核实于 2026-07-26
最适合
- Refactors that touch many files
- Onboarding into an unfamiliar codebase
局限
- Requires migrating from your current editor
主要功能
- Repository-wide indexing for multi-file edits
- Inline edit and chat share the same context
- Keeps VS Code extensions and keybindings
将 Cursor 与其他工具对比
Cursor 的替代品
如果 Cursor 不合适,这些工具解决的是类似问题。