
| macOS | Action | |
|---|---|---|
| Command+B | Build Project | |
| Command+Shift+F11 | Compile and Run | |
| F11 | Compile and Debug | |
| Command+Shift+B | Toggle Breakpoint | |
| F5 | Step into Breakpoint code | |
| F6 | Step over Breakpoint code | |
| F7 | Step Return/Exit current function | |
| F8 | Continue Execution | |
| Option+F2 | Terminate Debugging session | |
| Command+L | Go to Line number… | |
| Command+F | Search Current document for Text | |
| Command+Shift+F | Search All files for Text | |
| Command+G | Find declarations of selected function name in project | |
| Command+Shift+R | Open file by Name Search | |
| Command+Shift+T | Open file class type | |
| Command+Tab | Cycle through open files | |
| Command+Spacebar | Invoke Content Assist | |
| F3 | Go to Definition of Variable | |
| Command+C | Copy | |
| Command+V | Paste | |
| Command+/ | Comment out selected text | |
| Command+S | Save File | |
| Command+N | New File | |
| Command+Shift+L | Show Key Assist |