These are just some of the most commonly used shortcuts in IntelliJ. Mastering these will help you become more productive and efficient in your development workflow.
| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | (variable, method, class) | Shift + F6 | Shift + F6 | | Extract Variable | Ctrl + Alt + V | Cmd + Opt + V | | Extract Field | Ctrl + Alt + F | Cmd + Opt + F | | Extract Constant | Ctrl + Alt + C | Cmd + Opt + C | | Extract Method | Ctrl + Alt + M | Cmd + Opt + M | | Extract Parameter | Ctrl + Alt + P | Cmd + Opt + P | | Inline (variable/method) | Ctrl + Alt + N | Cmd + Opt + N | | Copy Reference (fully qualified name) | Ctrl + Alt + Shift + C | Cmd + Opt + Shift + C | | Change Signature (method parameters) | Ctrl + F6 | Cmd + F6 | intellij cheat sheet
Shortcuts are for Windows / Linux (macOS equivalent in parentheses). These are just some of the most commonly