Code Editor Setup Guide¶
Quick reference for installing your code editor.
Choose Your Editor¶
Both options work well for course exercises:
| Editor | Best For | Cost |
|---|---|---|
| Cursor | AI-first editing experience | Free tier available |
| VS Code | Familiar editor + extensions | Free |
Option 1: Cursor¶
Cursor is VS Code with AI capabilities built in.
Install Cursor¶
- Go to cursor.com
- Download for your operating system
- Run the installer
- Launch Cursor
Option 2: VS Code¶
Install VS Code¶
- Go to code.visualstudio.com
- Download for your operating system
- Run the installer
- Launch VS Code
Verify Installation¶
- Open your editor
- Go to File → Open Folder (or use Git: Clone to open a repository)
- Confirm you can navigate files and folders
Next Steps¶
- Clone the course repository (see GitHub Setup Guide)
- Configure Claude Code (see Claude Code Setup Guide)
- Post in Slack if you encounter issues