These shortcuts eliminate tedious manual typing and formatting. www.jrebel.com IntelliJ Shortcuts and Cheat Sheet | JRebel by Perforce
| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | | Ctrl + F8 | Cmd + F8 | | Debug Current Context | Shift + F9 | Ctrl + D | | Step Over (line by line) | F8 | F8 | | Step Into (method) | F7 | F7 | | Smart Step Into (choose which method) | Shift + F7 | Shift + F7 | | Step Out (return to caller) | Shift + F8 | Shift + F8 | | Resume Program | F9 | Cmd + Opt + R | | Evaluate Expression | Alt + F8 | Opt + F8 | | Resume to Cursor | Alt + F9 | Opt + F9 | intellij cheat sheet
By incorporating these shortcuts and tips into your daily development routine, you'll be able to navigate and utilize IntelliJ more efficiently, saving you time and increasing your productivity. intellij cheat sheet
| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | (quick fixes, suggestions) | Alt + Enter | Opt + Enter | | Show Error Description | Ctrl + F1 | Cmd + F1 | | Next/Previous Error | F2 / Shift + F2 | F2 / Shift + F2 | | Optimize Imports | Ctrl + Alt + O | Ctrl + Opt + O | | Reformat Code (indent, spacing) | Ctrl + Alt + L | Cmd + Opt + L | | Auto-Indent Lines | Ctrl + Alt + I | Ctrl + Opt + I | intellij cheat sheet