Keyboard Shortcuts
Default shortcuts are below. Everything marked remappable can be changed under Project Settings → Plugins → Code Editor → Keyboard Shortcuts; see Settings.
Window
Section titled “Window”| Action | Shortcut | Remappable |
|---|---|---|
| Toggle the Code Editor tab | Alt + C | No |
Editing and navigation
Section titled “Editing and navigation”| Action | Shortcut | Remappable |
|---|---|---|
| Find / replace | Ctrl + F | Yes |
| Go to line | Ctrl + G | Yes |
| Save | Ctrl + S | Yes |
| Save and build (Live Coding) | Ctrl + Shift + B | Yes |
| Indent line | Tab | Yes |
| Unindent line | Shift + Tab | Yes |
C++ helpers
Section titled “C++ helpers”| Action | Shortcut | Remappable |
|---|---|---|
| Generate Definition (from declaration) | Ctrl + Shift + G | No |
| Open in Explorer | right-click menu | No default chord |
Completion and AI
Section titled “Completion and AI”| Action | Shortcut | Remappable |
|---|---|---|
| AI inline completion | Ctrl + Space | Yes |
| Cancel / discard AI suggestion | Escape | Yes |
| Autocomplete dropdown | Ctrl + Shift + Space | Yes |
| Toggle completion type (Current Line / Block) | Ctrl + Alt + T | Yes |
| Toggle context type (function / before cursor / N lines) | Ctrl + Alt + R | Yes |
In the autocomplete dropdown
Section titled “In the autocomplete dropdown”| Action | Key |
|---|---|
| Move selection up / down | Up / Down |
| Accept the highlighted suggestion | Enter |