Google Antigravity
Google Antigravity is an agentic development platform announced on the Google Developers Blog (November 2025). It pairs a familiar AI-assisted editor with a Manager Surface where developers spawn and observe agents working asynchronously across editor, terminal, and browser. Agents produce Artifacts—such as task lists, implementation plans, screenshots, and browser recordings—for review instead of relying only on raw tool logs. Public preview is offered at no cost for individuals on macOS, Windows, and Linux, with model choice including Gemini 3 Pro plus third-party models such as Claude Sonnet 4.5 and OpenAI GPT-OSS as described by Google.
Cursor
将补全、多文件 Agent 与 @ 引用代码库结合,减少在终端、浏览器与编辑器之间来回切换去理解或重构大型项目。
GitHub Copilot
与 PR、Issue 同源协作:在 VS Code / JetBrains 内完成跨文件修改与仓库问答,适合已在 GitHub 流程中的团队。
Windsurf
侧重连续开发与跨文件上下文保持,适合希望减少重复交代背景、由 Agent 长时间跟进的团队。
Bolt
侧重快速搭出站点、营销页与移动原型,并提供托管与 GitHub 同步,适合速度优先、后端深度可后续再补的场景。
Replit Agent
用自然语言描述产品,在设计画布迭代后由 Agent 生成依赖与部署,学生与独立开发者常用它在数小时内验证想法。
Zed
Zed 强调低延迟编辑与共享会话;AI 能力留在缓冲区上下文里,便于就地重构或解释,而无需离开当前文件树。
CodiumAI
CodiumAI 分析 PR 与代码 diff,找出行为上下文、边缘情况与潜在 Bug,让审查者把时间花在判断上,而不是逐行读完所有代码。
Continue
Continue 是开源的 VS Code 与 JetBrains 扩展,可接入任意 LLM 后端,包括本地模型,让团队可以自托管编程辅助而不被供应商绑定。
Tabnine
Tabnine 提供可在本地或云环境运行的 AI 代码补全,保护专有代码隐私。其长上下文引擎理解整个项目结构,提供更准确的补全建议。
CodeRabbit
CodeRabbit 直接对接 GitHub PR,提供内联审查评论、重构建议、测试覆盖率报告和对话跟踪——使代码审查成为结构化对话而非一次性检查清单。