IntelliJ IDEA & JetBrains shortcuts.
The JetBrains shortcuts that matter — Search Everywhere, refactoring, completion, run & debug. Mac and Windows.
Two shortcuts unlock the rest
JetBrains IDEs are deep, but two shortcuts get you almost anywhere. Search Everywhere — tap Shift twice — finds files, classes, symbols and even settings from one box. Find Action (⌘⇧A / Ctrl+Shift+A) runs any command by name and shows its shortcut, so you can discover the rest as you go. Between them you rarely need the menus.
Refactoring is the headline feature
The reason many developers stay in JetBrains tools is refactoring. Rename (⇧F6) updates every reference safely, Refactor This (⌃T / Ctrl+Alt+Shift+T) opens the full menu, and quick-fix (⌥↵ / Alt+Enter) is the context-aware key you'll press constantly to import, generate and correct code. Add Reformat Code (⌘⌥L / Ctrl+Alt+L) and your code stays clean without effort. Pair these with the Git commands and the built-in VCS tools for a complete workflow.