Top 10 Eclipse Keyboard shortcuts for Java developers



Here is a list of 10 commonly used Eclipse shortcuts for Java developers.

  1. Ctrl + Shift + T: Open a type (e.g.; a class, an interface) without browsing through list of packages
  2. Ctrl + Shift + R: Open any file quickly without browsing for it in the Package Explorer
  3. Ctrl + O: Go directly to a method or avariable
  4. Ctrl + L: Go to line number n in the source file
  5. Ctrl + Q: Go to the last edit location
  6. Ctrl + T: Go to a supertype/subtype
  7. F3: Go to a type/method/variable declaration.
  8. Ctrl + Shift + P: Go to matching braces or bracket.
  9. Ctrl + . : Move to next instance of a variable, warning, error etc.
  10. Ctrl + , :Move to next instance of a variable, warning, error etc.