Cheatography
https://cheatography.com
Intellij IDEA shortcuts, excluding anything can be done with vim plugin
Navigation
⌘[ |
Navigate back |
⌘] |
Navigate forward |
⌘O |
Navigate to class |
⌥⌘O |
Navigate to symbol |
⇧⌘O |
Navigate to file |
⇧⌘A |
Navigate to action 🔥 |
⇧⇧ |
Search everywhere (⇥ to move between window) |
⌘E |
Recent files |
⇧⌘E |
Recent edited files |
⌘B |
Go to declaration |
⌥F7 |
Find usages |
⌘⌥B |
Go to implementation(s) |
F3 |
Toggle bookmark |
0..9 |
Go to numbered bookmark |
⌘F3 |
Show bookmarks |
⌘0..⌘9 |
Open corresponding tool window |
Compile & Run
^⌥R |
Open Run dialog |
⌘R |
Re-run |
⌘F9 |
Make project |
|
|
Editing
⌘- / ⌘+ |
Fold/expand code block |
⌘⇧- / ⌘⇧+ |
Fold/expand all |
⌥↑ / ⌥↓ |
Extend / Narrow selection |
⌘P |
View parameter Information |
⇧^Space |
Smart code completion |
⌥↵ |
Show intention actions |
⌘J |
Insert live template 🔥 |
⌘⌥J |
Surround with live template |
⌘N |
Generate menu 🔥 |
^⌥O |
Optimize imports |
⌘⌥↓/ ⌘⌥↑ |
Next/Previous compilation error |
⇧⌥↑ / ⇧⌥↓ |
Move line up/down |
⇧⌘↑ / ⇧⌘↓ |
Move code block up/down |
⌘/ |
Comment block |
⌘⌥L |
Reformat code |
⌘⌥T |
Surround with (if,try, for, syncrhonoized) |
^O |
Override methods |
^I |
Implement methods |
|
|
Refactoring
⇧F6 |
Rename |
⌘F6 |
Change Signaute |
⌘⌥N |
Inline |
⌘⌥M |
Extract Method |
⌘⌥V |
Extract Variable |
⌘⌥F |
Extract Field |
⌘⌥C |
Extract Constant |
⌘⌥P |
Extract Parameter |
⌘Delete |
Safe Delete |
|
Created By
golub.pro
Metadata
Favourited By
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by ngolub