apps/web/content/handbook/onboarding/5.cursor.mdx
Cursor is a code editor built on VS Code with deep AI integration. It can autocomplete, refactor, explain code, and generate entire features from natural language prompts. We use it as our primary IDE.
Even if you're not an engineer, Cursor is useful for editing MDX content files, browsing the codebase, and making small changes.
brew install --cask cursor
Or download directly from cursor.com.
File > Open Folder and select your hyprnote directoryCmd + K — AI edit. Select code, press Cmd + K, describe what you want changed. Useful for quick edits without understanding the full syntax.
Cmd + L — AI chat. Ask questions about the codebase, get explanations, generate code.
Tab completion — Cursor predicts your next edit as you type. Press Tab to accept.
Composer (Cmd + Shift + I) — Multi-file AI editing. Describe a feature or change and Cursor will make edits across multiple files.
Install the recommended extensions when Cursor prompts you. The repo includes a .vscode/extensions.json with our standard set.
Watch the Cursor Visual Editor walkthrough for a quick intro to the main features.
You don't need to understand code to use Cursor productively:
Cmd + Shift + F to search all files. Useful for finding where specific text appears.Cmd + L and ask "explain this file" or "what does this component do" in plain English."Cursor can't connect to the network when indexing" — Ensure you have a stable internet connection and restart Cursor.
Extensions not loading — Run Cmd + Shift + P > "Developer: Reload Window".