| Shortcut | Content |
|---|---|
| Category | File |
| Double Shift | Search all |
| Ctrl + N | Search classes |
| Ctrl + Shift + N | Search files |
| Ctrl + F12 | Search Methods within a class |
| Ctrl + E | Open Recent Files |
| Ctrl + F | Search within File |
| Ctrl + Tab | Navigate to Previous File |
| Category | Line |
| Shift + Enter | New Line Below Current Line |
| Ctrl + Y | Delete Current Line |
| Ctrl + D | Duplicate Current Line |
| Shift + Alt + Up/Down Ctrl + Shift + Up/Down(Linux) |
Move lines Up/Down |
| Ctrl + G | Go to line |
| Ctrl + / | Comment Line |
| Category | Smart Code |
| Ctrl + Alt + V | Generate Return Variable & Type |
| Shift + F6 | Refactor Code ( Rename variable, method, class) |
| Alt + F7 | Found Usage |
| Ctrl + Alt + B | Open implementation |
| Ctrl + W | Expansion Selection |
| Ctrl + Space | Auto-Completion |
| Alt + Enter | Show Intention |
| Ctrl + Alt + Left Arrow | Go back to the previous location |
| Ctrl + Alt + L | Format Code |
| Ctrl + Alt + O | Remove unused imports |
| Category | Debug |
| Alt + F9 | Run to Cursor |
| Alt + Left Mouse | Inspect Value of Expression |
| Alt + F8 | Open Evaluate Window |
| Alt + Left Mouse | Evaluate the selected expression value |
| Category | Others |
| Ctrl + Shift + F9 Recompile the opened file | |
| F2 | Go to Error/Warning |