Some of the often using Eclipse Shortcuts
Refactoring
| SHIFT + ALT + T | Popup the refactoring Tab |
| SHIFT + ALT + R | Rename |
| SHIFT + ALT + M | Extract Method |
| SHIFT + ALT + V | Move |
| SHIFT + ALT + L | Extract Localvariable |
| SHIFT + ALT + F | Convert local variable toField |
| SHIFT + ALT + i | Inline |
Search
| CTRL + ALT + N | Quick search plugin(*) |
| CTRL + H | Generic search file andJava search box |
| CTRL + SHIFT + G | Search for reference inthe workspace |
| F4 | Open type hierarchy |
| F3 | Open declaration |
| ALT + LEFT | Navigate Back |
| CTRL + J | Incremental Find Next |
Source
| CTRL + 1 | Quick Fix |
| F2 | Show tooltip description |
| SHIFT + ALT + S | Popup the source box |
| CTRL + ESC + C | Comment/Uncommentselected code |
| CTRL + I | Correct Identationonly |
| CTRL + SHIFT + O | Organize imports |
| Alt + Shift + P | Navigating toMatching braces |
| Ctrl + O | Navigating todifferent parts of the code |
| Ctrl + , andCtrl + . | takes you to theprevious/next error |
| Ctrl + F7 | Switching todifferent views |
| Ctrl + F6 | Switching todifferent Editors |
| Ctrl + F8 | Switch to DifferentPerspectives |
| Ctrl + shift + Arrow-up/Ctrl + shift + Arrow-down | Jumping from Methodto Method |
| CTRL + SHIFT + T | Open Type |
| CTRL + SHIFT + R | Open Resource |
| CTRL + B | Build All |