Eclipse Shortcuts

Some Eclipse shortcuts worth remembering

  • Ctrl + Shift + R : Open any file quickly with wildcards
  • Ctrl + Shift + T : Open any type quickly
  • Ctrl + O : Go directly to a member. Another Ctrl+O shows inherited members.
    • Ctrl + Shift + ↓ : next member
    • Ctrl + Shift + ↑ : previous member
  • Ctrl + L : go to line number
  • Ctrl + Q : go to last edit location
  • Ctrl + T : go to a super/sub-type (show inheritance Tree)
  • Ctrl + E : go to open editors
  • F3 : go to type declaration
  • Ctrl + . and Ctrl + , : go to next or previous problem/warning

Refs