Zubnet AI学习Wiki › Cursor
公司

Cursor

一个 AI 原生的代码编辑器,作为 VS Code 的 fork 构建,围绕“代码编辑应该是和 AI 模型的对话”这一想法设计。Cursor 把 LLM 深度集成到编辑体验:行内代码生成、多文件编辑、代码库感知的上下文、自然语言命令。它是 AI 编码助手更大浪潮的一部分,和 GitHub Copilot、Windsurf、Claude Code 一起。

为什么重要

Cursor 代表一个赌注:AI 将从根本上改变代码是怎么写的 — 不只是自动补全建议,而是 AI 作为理解你整个代码库的协作者。它的快速采用(一年内数百万用户)和开发者报告的生产力提升,让它成为 AI 改变知识工作今天最具体的例子之一。

Deep Dive

Cursor's technical approach centers on context: the editor indexes your codebase, identifies relevant files and symbols, and includes them in prompts to the LLM. This codebase-awareness is what separates it from generic chat interfaces — when you ask "refactor the auth module to use JWT," Cursor knows which files contain the auth module, what the current implementation looks like, and what other files depend on it.

The Editor vs. Plugin Debate

Cursor's decision to fork VS Code (rather than building a plugin) was controversial but strategic. A fork lets them deeply integrate AI into the editing experience — custom keybindings, inline diff views, AI-aware file navigation — in ways that a plugin's limited API surface doesn't allow. The trade-off is maintaining compatibility with VS Code's extension ecosystem while diverging on core features. Competitors like GitHub Copilot and Claude Code take different approaches: Copilot as a VS Code extension, Claude Code as a terminal-based tool.

相关概念

In The News

Cursor's Warp Decode Claims 1.8x GPU Speedup—But Where's the Proof?
Apr 07, 2026
Cursor Doubles Down on AI Agents After $3B+ Funding Round
Apr 03, 2026
Cursor Fights Back Against AI Labs With New Agent Interface
Apr 02, 2026
Cursor Claims 99% Speed Boost for AI Code Search, But Details Are Thin
Mar 24, 2026
Cursor Backtracks After Using Chinese Kimi Model Without Disclosure
Mar 22, 2026
See all 6 articles about Cursor →
← 所有术语
← Curriculum 学习ing Data Augmentation →