Eclipse-CheatSheet
Master Eclipse with this comprehensive cheatsheet. Learn essential keyboard shortcuts, navigation tips, and code style optimization techniques to boost your productivity.
Eclipse Cheatsheet
Eclipse Cheat Sheet
- Open Resource - Open any file quickly without browsing for it in the Package Explorer
CTRL+Shift+R
- Open Type - Open a type
CTRL+Shift+T
-
CTRL+O
Go directly to a memberCTRL+Shift+DOWN
orCTRL+Shift+UP
to jump from member to member -
CTRL+L, enter line number
Go to line number N in the source file -
ALT+Shift+S,R
Generate getters and setters -
CTRL+Q
Go to the last edit location -
CTRL+T
Go to a supertype/subtype -
CTRL+E
Go to other open editors -
CTRL+.
for next,CTRL+,
for previous problem Move to one problem -
ALT+<-
(left arrow) andALT+->
(right arrow) Hop back and forth through the files you have visited -
F3
Go to a type declaration, alternatively hold CTRL down and click the hyperlinked variable or class -
F4
Open type hierarchy to show subclasses of a class or interface. -
CTRL+Shift+G
- search for references to selected method or variable -
CTRL+ALT+H
- show call hierarchy -
CTRL+.
- go to next error -
CTRL+F11
- run the application -
ALT+Shift+R
- rename -
CTRL+D
- delete a line
- Navigate between tabs
CTRL+E
CTRL+F6
CTRL+Page Up
CTRL+Page Down
Eclipse HotKey: how to switch between tabs?
- Lowercase or uppercase a string
CTRL + Shift + Y - to lowercase
CTRL + Shift + X - to uppercase
Changing the case of a string in Eclipse
- How to increase console buffer size
Preferences >> Run/Debug
Then Uncheck Limit console output
How to Increase Console Buffer Size in Eclipse IDE - Output and Debug Console
Java Code Style Template
Navigate to Windows >> Preferences >> Java >> Code Style >> Formatter then click on the Edit... button.
Eclipse Menus and Actions
Help >> Help Contents >> Java Development User Guide >> Reference >> Menus and Actions
http://rayfd.me/2007/05/20/10-eclipse-navigation-shortcuts-every-java-programmer-should-know/
It turns out the above link is dead but I captured it in Evernote. As time permits, I'll add the screen shots to this cheat sheet.