Eclipse useful shortcuts Flashcards
Search for resources, e.g. files
Ctrl + Shift + R
Search for Types
Ctrl + Shift + T
Allows to select an editor from the currently open editors
Ctrl + E
Shortcut for switching perspectives
Ctrl + F8
Go to previous/ next editor position in history
Alt + ← or Alt + →
Switch to previous/next editor
Ctrl-PageUp/PageDown
Go to the declaration of this variable
F3
Go to the matching bracket
Ctrl + Shift + P
Go to the next problem / error
Ctrl + .
Go to the previous problem / error
Ctrl + ,
Show type hierarchy of a variable
F4
Incremental search, find next
Ctrl + J , Ctrl + K
Search for references in the workspace
Ctrl + Shift + G
Run last launched
Ctrl + F11
Run current selected class as Java Application
Alt + Shift + X - J
Quickfix; result depending on cursor position
Ctrl + 1