My Top 10 Eclipse Shortcuts
May 23rd, 2007
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:
- Alt + Shift + X, T: Run Test Unit
- Ctrl + F11: Run Last Launched
- Ctrl + Shift + F : Code Format
- Ctrl + 1: Quick Fix
- Alt + Shift + R: Rename (refactoring)
- Ctrl + Shift + T: Open Type
- Ctrl + Shift + R: Open Resource
- Ctrl + /: Block comment
- Ctrl + Alt + Down: Duplicate lines
- Ctrl + Shift + O: Organize Imports
You can see more shortcuts (or even print them) in the eclipse-tools site.