Rode provides multiple ways to navigate your project files, from traditional file trees to lightning-fast fuzzy finding.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/kashsuks/rode/llms.txt
Use this file to discover all available pages before exploring further.
File Tree Sidebar
The file tree provides a hierarchical view of your project structure.Opening a Folder
Open Folder Dialog
Press
Cmd+O or select “Open Folder” from the Command Palette to browse for a directory.File Tree Features
- Lazy Loading: Folder contents load only when expanded
- Alphabetical Sorting: Directories first, then files
- Smart Filtering: Automatically ignores common directories:
.gitnode_modulestarget.DS_Store__pycache__.claude
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Cmd+B | Toggle sidebar visibility |
Cmd+R | Toggle sidebar visibility |
Cmd+O | Open folder dialog |
Fuzzy Finder
The fuzzy finder provides instant file access with intelligent matching.Opening the Fuzzy Finder
PressCmd+Shift+F to open the fuzzy finder overlay.
How Fuzzy Matching Works
- Base match: +100 points per character
- Consecutive matches: +50 bonus points
- Word boundary matches: +30 bonus points (after
/,_,., or at start)
Features
Live Preview
See file contents (first 200 lines) as you navigate results
Syntax Highlighting
Preview shows syntax highlighting based on file extension
Keyboard Navigation
Use arrow keys to navigate, Enter to open, Escape to close
Smart Filtering
Results ranked by match quality and relevance
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Cmd+Shift+F | Open fuzzy finder |
↑ / ↓ | Navigate results |
Enter | Open selected file |
Escape | Close fuzzy finder |
The fuzzy finder indexes all files in your workspace when a folder is opened, excluding hidden files and ignored directories.
Quick File Picker
The quick file picker (Cmd+T) provides fast access to recent and workspace files.
Usage
Features
- Recent Files: Shows up to 20 recently opened files when search is empty
- Fuzzy Search: Uses SkimMatcherV2 for intelligent file matching
- Limited Results: Shows top 20 matches for performance
- Relative Paths: Displays paths relative to workspace root
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Cmd+T | Open quick file picker |
↑ / ↓ | Navigate results |
Enter | Open selected file |
Escape | Close picker |
Workspace Search
Search across all files in your workspace with the global search feature.Opening Search
PressCmd+Shift+T (or use Command Palette → “Toggle Search”) to open the search panel.
Search Features
Content Search
Content Search
Searches file contents (not just names) across your entire workspace.
Git Integration
Git Integration
Respects
.gitignore files and hidden file patterns automatically.Match Preview
Match Preview
Shows up to 3 matching lines per file with line numbers.
Quick Navigation
Quick Navigation