
General Shortcuts
| macOS | Action | |
|---|---|---|
| Command+, | Preferences | |
| Command+Shift+C | Console | |
| Command+Shift+0 | Documentation | |
| Command+Ctrl+? | Documentation fo Selected Text | |
| Command+? | Quick Help |
Code Editing
| macOS | Action | |
|---|---|---|
| Command+/ | Comment Selection | |
| Command+Option+Left Arrow | Fold Method/Class | |
| Command+Option+Right Arrow | Unfold Method/Class | |
| Command+Ctrl+E | Edit All in Scope | |
| Ctrl+Spacebar | Show Completions | |
| Ctrl+. | Next Completion | |
| Tab | Accept Completion | |
| Ctrl+/ | Next Placeholder | |
| Ctrl+Shift+/ | Previous Placeholder |
Build and Run
| macOS | Action | |
|---|---|---|
| Command+B | Build | |
| Command+Shift+B | Analyse | |
| Command+R | Run | |
| Command+I | Profile | |
| Command+U | Test | |
| Command+K | Clear Console | |
| Command+Shift+K | Clean |
File Navigation
| macOS | Action | |
|---|---|---|
| Command+Ctrl+Right Arrow | Go Forward | |
| Command+Ctrl+Left Arrow | Go Backward | |
| Command+Shift+O | Open Quickly | |
| Ctrl+1 | Show Related Items |
Debugging
| macOS | Action | |
|---|---|---|
| Command+' | Next Issue | |
| Command+ | Previous Issue | |
| Command+Ctrl+' | Fix Next Issue | |
| Command+Ctrl+ | Fix Previous Issue | |
| Command+\ | Add BreakPoint | |
| Command+Y | Activate Breakpoint |
Code Navigation
| macOS | Action | |
|---|---|---|
| Command+Left Arrow | Beginning of Line | |
| Command+Right Arrow | End of Line | |
| Command+Up Arrow | Top of File | |
| Command+Down Arrow | End of File | |
| Option+Left Arrow | Previous Word | |
| Option+Right Arrow | Next Word | |
| Ctrl+Left Arrow | Previous SubWord | |
| Ctrl+Right Arrow | Next SubWord | |
| Command+L | Go to Liner | |
| Command+F | Find in File | |
| Command+Shift+F | Find in Project | |
| Command+G | Find Next | |
| Command+Shift+G | Find Previous |
Libraries
| macOS | Action | |
|---|---|---|
| Command+Ctrl+Option+1 | File Template | |
| Command+Ctrl+Option+2 | Code Snippet | |
| Command+Ctrl+Option+3 | Object | |
| Command+Ctrl+Option+4 | Media |
Other Shortcuts
| macOS | Action | |
|---|---|---|
| Command+Option+1..6 | Switch Inspector | |
| Command+Option+0 | Toggle Utilities | |
| Command+Option+L | Filter in Library | |
| Command+Option+Return | Show Assistant Editor | |
| Command+Option+Shift+Return | Show Version Editor | |
| Command+Return | Show Standard Editor | |
| Command+Shift+Y | Toggle Debug Area | |
| Command+1..7 | Switch Navigators | |
| Command+0 | Toggle Navigators | |
| Command+Option+J | Filter in Navigator |