Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created November 8, 2013 19:03
Show Gist options
  • Save greyaperez/7375855 to your computer and use it in GitHub Desktop.
Save greyaperez/7375855 to your computer and use it in GitHub Desktop.
Netbeans + Eclipse + IntelliJ / WebStorm : Important Shortcut Keys
# 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