1.2: File Exploration & Visual Workspace
- Time to Complete: 15 minutes
Interactive lesson: Run
/start-1-2in Claude Code
The Dual-Pane Workflow
Problem: Terminal is great for talking to Claude, but you can’t see your files.
Solution: Use a code editor alongside Claude Code.
| Pane | Purpose |
|---|---|
| Left side | File explorer (see everything) |
| Bottom | Claude Code terminal (work with everything) |
Setting Up Cursor (or VS Code)
Cursor is a free code editor that works perfectly alongside Claude Code:
- Shows your files visually while you work with Claude
- Has its own AI features (you don’t need them - Claude Code is better)
- VS Code works too if you prefer it
Installation
- Download from cursor.com
- Run the installer
- Open Cursor
Running Claude Code Inside Your Editor
- Open terminal in Cursor: `Ctrl+“ (backtick key, above Tab)
- Or: View → Terminal
- Navigate to your folder:
cd ~/Documents/your-folder - Type
claudeand press Enter
Now you have files visible on the left, Claude in the terminal below.
Exploring Unfamiliar File Structures
Once Claude Code is running, you can ask:
Show me the file structureSummarize the contents of the docs/ folderWhat files are in this project?Claude can map out any folder of documents for you.
Markdown Files
.mdextension = Markdown format- Common standard for documents - LLMs love it
- Preview mode:
Cmd/Ctrl+Shift+Vshows formatted view - Raw mode: Shows the markup
Real-World Applications
- Inherit a project from a coworker - Claude maps it out
- Client sends messy brand assets - get oriented in minutes
- Downloads folder chaos - Claude helps clean up
- Starting a new job - understand the team’s shared drive
- Any unfamiliar file structure
What’s Next
1.3: Working with Files → - Master the @ symbol and file operation patterns