Created
November 2, 2013 06:05
-
-
Save lzhoucs/7276070 to your computer and use it in GitHub Desktop.
Intellij IDEA 12 useful shortcuts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intellij IDEA 12 useful shortcuts | |
Find action by name : Shift + Ctrl + A | |
Structural selection: Ctrl + W / Shift + Ctrl + W | |
Select in: Alt + F1 | |
Navigate to implementations via Ctrl + Alt + B | |
Navigate to the last edit location via Shift + Ctrl + Backspace | |
Navigate to a related unit test via Shift + Ctrl + T | |
Reformat Code: Alt + Ctrl + L | |
Auto-indent lines " Alt + Ctrl + I |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment