Eclipse have been my favorite Java IDE since I started coding in Java. Shortcuts makes life very easy when you are working with any IDE. Eclipse also comes with lot of shortcuts that makes like of a developer easy.
Following are few shortcuts of my choice.
Following are few shortcuts of my choice.
- Ctrl + Shift + O : Organize imports
- Ctrl + / : Line Comment
- Ctrl + Shift + T : Open Type
- Ctrl + O : Open declarations
- Ctrl + E : Open Editor
- Ctrl + Shift + F4 : Close all Opened Editors
- Alt + Shift + R : Rename
- Alt + Shift + L : Extract to Local Variable
- Alt + Shift + M : Extract to Method
- F3 : Open Declaration
- Alt + Shift + X : Run As…
- Alt + Shift + D : Debug As…
- Alt + Shift + W : show the class in the package view.
- Ctrl + T : Type hierarchy
- Ctrl+Q : Last edit
- Alt + Left or Alt + Right : Navigate Left and Right
- Ctrl + 1 : Quick Fix
- Ctrl + Space : Content Assist
- Alt + Shift + F : Format code
- Alt + Shift + S + R : Generate getter and setter methods
No comments:
Post a Comment