Created
November 8, 2013 19:03
-
-
Save greyaperez/7375855 to your computer and use it in GitHub Desktop.
Netbeans + Eclipse + IntelliJ / WebStorm : Important Shortcut Keys
This file contains hidden or 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
# Note if OSX (replace ctrl with cmd key) # | |
Netbeans | |
================= | |
Open Type (Class) - ctrl + o | |
Find File - alt + Shift + o | |
Code Suggestions - alt + Enter | |
Eclipse | |
================= | |
Open Type (Class) - ctrl + shift + t | |
Open Resource - ctrl + shift + r | |
Remove Unused Imports - ctrl + shift + o | |
Code Auto Blah Fix - ctrl + space | |
WebStorm | |
================= | |
Open Type (Class) - ctrl + n | |
Switch Between Views - alt + F1 | |
Find text in Project - ctrl + shift + f | |
Code Completion - ctrl + space | |
Intention Action - alt + enter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment