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+OGo directly to a memberCTRL+Shift+DOWNorCTRL+Shift+UPto jump from member to member -
CTRL+L, enter line numberGo to line number N in the source file -
ALT+Shift+S,RGenerate getters and setters -
CTRL+QGo to the last edit location -
CTRL+TGo to a supertype/subtype -
CTRL+EGo 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 -
F3Go to a type declaration, alternatively hold CTRL down and click the hyperlinked variable or class -
F4Open 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+ECTRL+F6CTRL+Page UpCTRL+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.
