Showing posts with label ide. Show all posts
Showing posts with label ide. Show all posts
Eclipse IDE shortcuts
20 very useful Eclipse IDE Shortcuts
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.
- 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
3:17 AM | 0 Comments
Subscribe to:
Posts (Atom)