Home > Work > My Top 10 Eclipse Shortcuts

My Top 10 Eclipse Shortcuts

After read the 10 Eclipse Navigation Shortcuts Every Java Programmer Should Know, I tried to figure out my favorites shortcuts. I think I would go for:

  1. Alt + Shift + X, T: Run Test Unit
  2. Ctrl + F11: Run Last Launched
  3. Ctrl + Shift + F : Code Format
  4. Ctrl + 1: Quick Fix
  5. Alt + Shift + R: Rename (refactoring)
  6. Ctrl + Shift + T: Open Type
  7. Ctrl + Shift + R: Open Resource
  8. Ctrl + /: Block comment
  9. Ctrl + Alt + Down: Duplicate lines
  10. Ctrl + Shift + O: Organize Imports

You can see more shortcuts (or even print them) in the eclipse-tools site.

Work

  1. No comments yet.
  1. No trackbacks yet.