• AI-native code editor (VS Code fork) — Tab autocomplete, inline edits, Agent mode
• Agent mode executes multi-file changes and terminal commands
• Rules files (.cursor/rules) teach it your codebase conventions
Tab (predictive autocomplete) for flow; Cmd+K inline edits for targeted changes; Agent mode for multi-file tasks — it plans, edits across files, runs terminal commands, and iterates on errors. Start small with Agent tasks and review every diff.
Open the live Docs Hub →