Sheet [portable] — Intellij Cheat
Go to File > Settings > Keymap (IntelliJ IDEA > Preferences > Keymap on macOS). Search for any action and right-click to add your own shortcut or change existing ones.
This guide highlights the most essential shortcuts and features in IntelliJ IDEA to help you navigate, edit, and refactor code with minimal friction. Whether you are on Windows, Linux, or macOS, these commands are the "bread and butter" of a productive workflow. 1. Essential Navigation Getting around your project quickly is the most important skill in IntelliJ. Search Everywhere intellij cheat sheet
| Action | Shortcut (Win/Linux) | macOS | | :--- | :--- | :--- | | (classes, files, symbols, actions) | Double Shift | Double Shift | | Go to Class | Ctrl + N | Cmd + O | | Go to File | Ctrl + Shift + N | Cmd + Shift + O | | Go to Symbol (method/field) | Ctrl + Alt + Shift + N | Cmd + Opt + Shift + O | | Recent Files | Ctrl + E | Cmd + E | | Navigate Back/Forward (cursor history) | Ctrl + Alt + Left/Right | Cmd + Opt + Left/Right | | Go to Line/Column | Ctrl + G | Cmd + G | | Last Edit Location | Ctrl + Shift + Backspace | Cmd + Shift + Backspace | | Switch between Tool Windows (Project, Run, Debug) | Ctrl + Tab | Ctrl + Tab | | Hide Active Tool Window | Shift + Esc | Shift + Esc | Go to File > Settings > Keymap (IntelliJ