[ ABORT TO HUD ]
SEQ. 1
SEQ. 2
Installation & VS Code Migration
Why Cursor?
Cursor is an AI-first code editor built as a fork of VS Code. It keeps familiar editor workflows while adding integrated chat, inline editing, agentic coding flows, and MCP-based tool integrations.
Installation
Download Cursor from cursor.com. It's available for Windows, macOS, and Linux. The installer is lightweight (~150MB) and sets up in under 2 minutes.
One-Click VS Code Migration
On first launch, Cursor offers a one-click import of your entire VS Code environment:
- Extensions: All your VS Code extensions are automatically installed.
- Settings: Your
settings.json, keybindings, and themes transfer smoothly. - Profiles: Workspace configurations and font preferences are preserved.
Pro Tip: You can run Cursor alongside VS Code - they use separate configuration directories so there's zero conflict.
⌨ HANDS-ON LABVerify Your Cursor Install
⭐ +100 XPCursor ships a shell command just like VS Code's `code`. Confirm the CLI is on your PATH, then open a project with it.
1Check the installed Cursor version from the terminal.
2Open the current directory as a project in Cursor.
OBJECTIVE 1 / 2 — type "hint" if stuck
SYNAPSE VERIFICATION
QUERY 1 // 3
What is Cursor built on top of?
JetBrains IntelliJ
A fork of Visual Studio Code
Eclipse IDE
A completely custom editor from scratch