Developer
Xcode Shortcuts
Search common Xcode shortcuts for navigation, editing, build, run, debug, and interface workflows.
| Action | Shortcut | Category | |
|---|---|---|---|
| Build | Cmd+B | Build & Run | |
| Run | Cmd+R | Build & Run | |
| Test | Cmd+U | Build & Run | |
| Analyze | Shift+Cmd+B | Build & Run | |
| Stop | Cmd+. | Build & Run | |
| Show Navigator | Cmd+0 | Navigation | |
| Project Navigator | Cmd+1 | Navigation | |
| Find Navigator | Cmd+3 | Navigation | |
| Issue Navigator | Cmd+5 | Navigation | |
| Debug Navigator | Cmd+7 | Navigation | |
| Hide Navigator | Cmd+0 | Navigation | |
| Show Inspectors | Option+Cmd+0 | Panels | |
| Show Debug Area | Shift+Cmd+Y | Panels | |
| Open Quickly | Shift+Cmd+O | Search | |
| Find in Workspace | Shift+Cmd+F | Search | |
| Find | Cmd+F | Search | |
| Replace | Option+Cmd+F | Search | |
| Jump to Definition | Ctrl+Cmd+J | Navigation | |
| Show Documentation | Option+Click | Navigation | |
| Comment Selection | Cmd+/ | Editing | |
| Indent | Cmd+] | Editing | |
| Outdent | Cmd+[ | Editing | |
| Move Line Up | Option+Cmd+[ | Editing | |
| Move Line Down | Option+Cmd+] | Editing | |
| Add Breakpoint | Cmd+\ | Debug | |
| Continue | Ctrl+Cmd+Y | Debug | |
| Step Over | F6 | Debug | |
| Step Into | F7 | Debug | |
| Step Out | F8 | Debug |
FAQ
Questions people ask
Which Xcode shortcuts are included?
The table covers common build, run, navigation, search, editing, panel, and debugging shortcuts.
Can I filter by workflow?
Yes. Use the category buttons to focus on build, navigation, search, editing, panels, or debugging.
Can shortcuts be copied?
Yes. Each row includes a copy button for quickly saving a shortcut.
Related tools