Last active
December 22, 2015 10:58
-
-
Save PellePedro/6462164 to your computer and use it in GitHub Desktop.
IDE: IntelliJ 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 Shortcuts | |
https://github.com/thatha/IntelliJ-IDEA-Eclipse-on-Mac-Keymap/blob/master/Eclipse%20on%20Mac.xml | |
Ctrl + o Override Method | |
# F12 Show Methods in File | |
Alt Enter Quick fix | |
Alt Shift u/d Move selection | |
Shift + F6 Rename | |
Ctrl Shift _ Smart Type | |
Alt + Enter Extract String | |
Alt + F1 Show Project View | |
# + Shift + [ Block Start | |
# Shift + u Toggle state | |
# + B Navigate to declaration | |
# + N Generate Code | |
# + E Recent Files | |
# + Shift + E Recently Edited Files | |
# + Alt + v Extract Variable | |
# + Alt + T Surround with Try Catch | |
# + Alt + F7 Find Usage | |
Ctrl + Alt + h Show Call Hierarchy | |
Ctrl + Alt + o Optimize Imports | |
Ctrl + Alt + i Auto indent Line | |
Ctrl + Shift + J Join Lines | |
Ctrl + N Create Getter/Setter | |
# + Del Delete Line | |
# + D Duplicate Line | |
Ctrl + Alt + H | |
# + ; Open Project Structure | |
# + N New Folder | |
# + Shift + F12 Maximize Editor | |
# + F10 Run Code at Cursor | |
# + Shift + T Create a Test | |
Tab Select Default Completion | |
Alt + # + V Declare Variable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment