Hello Guys,
This time we brings you cool shortcuts that you will love using during your day-to-day work.
BONUS!!! SHORTCUTS
Description | Shortcut Key |
Smart code completion | Ctrl + Shift + Space |
Search everywhere | Double Shift |
Show intention actions and quick-fixes | Alt + Enter |
Generate code | Alt + Ins |
Parameter info | Ctrl + P |
Extend selection | Ctrl + W |
Shrink selection | Ctrl + Shift + W |
Recent files popup | Ctrl + E |
Rename | Shift + F6 |
SEARCH / REPLACE
Description | Shortcut Key |
Search everywhere | Double Shift |
Find | Ctrl + F |
Find next / previous | F3/Shift + F3 |
Replace | Ctrl + R |
Find in path | Ctrl + Shift + F |
Replace in path | Ctrl + Shift + R |
Select next occurrence | Alt + J |
Select all occurrences | Ctrl + Alt + Shift + J |
Unselect occurrence | Alt + Shift + J |
Navigation
Description | Shortcut Key |
Go to class | Ctrl + N |
Go to file | Ctrl + Shift + N |
Go to symbol | Ctrl + Alt + Shift + N |
Go to next / previous editor tab | Alt + Right/Left |
Go back to previous tool window | F12 |
Go to editor (from tool window) | Esc |
Hide active or last active window | Shift + Esc |
Go to line | Ctrl + G |
Recent files popup | Ctrl + E |
Recent locations popup | Ctrl + Shift + E |
Navigate back / forward | Ctrl + Alt + Left/Right |
Navigate to last edit location | Ctrl + Shift + Backspace |
Select current file or symbol in any view | Alt + F1 |
Go to declaration | Ctrl + B, Ctrl + Click |
Go to implementation(s) | Ctrl + Alt + B |
Open quick definition lookup | Ctrl + Shift + I |
Go to type declaration | Ctrl + Shift + B |
Go to super-method / super-class | Ctrl + U |
Go to previous / next method | Alt + Up/Down |
Move to code block end / start | Ctrl + ]/[ |
File structure popup | Ctrl + F12 |
Type hierarchy | Ctrl + H |
Method hierarchy | Ctrl + Shift + H |
Call hierarchy | Ctrl + Alt + H |
Next / Previous highlighted error | F2/Shift + F2 |
Edit source / View source | F4/Ctrl + Enter |
Show navigation bar | Alt + Home |
Toggle bookmark | F11 |
Toggle bookmark with mnemonic | Ctrl + F11 |
Go to numbered bookmark | Ctrl + #[0-9] |
Show bookmarks | Shift + F11 |
COMPILE AND RUN
Description | Shortcut Key |
Build project | Ctrl + F9 |
Compile selected file, package or module | Ctrl + Shift + F9 |
REFACTORING
Description | Shortcut Key |
Copy | F5 |
Move | F6 |
Safe Delete | Alt + Delete |
Rename | Shift + F6 |
Refactor this | Ctrl + Alt + Shift + T |
Change Signature | Ctrl + F6 |
Inline | Ctrl + Alt + N |
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 |
Version Control System
Description | Shortcut Key |
Commit project to VCS | Ctrl + K |
Update project from VCS | Ctrl + T |
Push commits | Ctrl + Shift + K |
‘VCS’ quick popup | Alt + BackQuote (`) |
Post a Comment