Cheatography
https://cheatography.com
Keyboard Shortcuts for Intellji from JavaEnthusiast.com
General
Maximize/Minimize Editor |
Ctrl + Shift + F12 |
Save all |
Ctrl + S |
Find Action |
Ctrl + Shift + A |
Open project structure |
Ctrl + Shift + Alt + S |
Refactoring
Rename |
Shift + F6 |
Extract Method |
Ctrl + Alt + M |
Extract Variable |
Ctrl + Alt + V |
Extract Field |
Ctrl + Alt + F |
Extract Constant |
Ctrl + Alt + C |
Extract Parameter |
Ctrl + Alt + P |
Change Signature |
Ctrl +F6 |
Safe delete |
Alt + del |
Move Line |
Alt + Shit + Arrow up/down |
Debug
View Breakpoints |
Ctrl + shift + f8 |
Step over |
F8 |
Step into |
F7 |
Evaluate expression |
Alt + F8 |
Resume programm |
F9 |
Toggle breakpoint |
Ctrl + F8 |
View all breakpoints |
Ctrl + Shift + F8 |
|
|
Editing
Code Completion |
Ctrl + Space |
Smart Code Completion |
Ctrl + Shift + Space |
Documentation Lookup |
Ctrl + Q |
Field info |
Ctrl + Hover mouse |
Expand/Collapse Codeblock |
Ctrl + Numpat+- |
Optimize imports |
Ctrl + Alt + O |
(Un)comment line |
Ctrl + / |
(Un)comment line |
Ctrl + Shift + / |
Miscellaneous
Commit Project to Version Control |
Ctrl + K |
Update Project from Version Control |
Ctrl + T |
Push commits |
Ctrl + Shift + K |
Show usages |
CTRL + Alt +F7 |
Show usages in File |
CTRL + Shift +F7 |
Make Project |
Ctrl + F9 |
Run Programm |
Shift + F10 |
|
|
Navigation
Go to class |
Ctrl + N |
Go to file |
Ctrl + Shift + N |
Navigate backwards |
Ctrl+Alt+Left |
Navigate to the last edited location |
Ctrl+Shift+Backspace |
Find the current caret location |
Ctrl+M |
Move caret between matching code block braces |
Ctrl+Shift+M |
Navigate between code blocks |
Ctrl+[ or Ctrl+] |
Move the caret to the next word |
Ctrl+Right |
Open the Recent Locations popup |
Ctrl+Shift+E |
Navigate to the place of your last edit |
Ctrl+Shift+Backspace |
Navigate to the super method |
Ctrl+U |
Navigate to the implementation |
Ctrl+Alt+B |
Jump to the next or previous issue |
F2 |
Browse through methods |
Alt+Down or Alt+Up |
Open the Structure tool window |
Alt+7 |
Activate the Navigation bar |
Alt+Home |
Find a line or a column |
Ctrl+G |
Find a file path |
Ctrl+Alt+F12 |
Find recent files |
Ctrl+E |
|
Created By
https://javaenthusiast.com
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by CanGueler