Reference · Glossary
Cursor
Last updated
An AI-first code editor (a fork of VS Code) with a built-in **Agent mode** that can read your repo, plan multi-step changes, edit several files, run terminal commands, and iterate against test results — alongside inline autocomplete and chat.
#When to use
Day-to-day development where you want AI assistance woven into a full editor: jumping between files, running commands, and reviewing diffs in place, not just chatting in a separate window.
#When not to
Environments that require a specific locked-down IDE/toolchain where installing a new editor isn't an option — the same agentic workflow ideas still apply through other tools (Claude Code, Copilot).
#Example
Point Agent mode at a failing test, ask it to fix the bug, and review the diff it proposes before accepting — the editor shows exactly which files and lines changed.