Show Menu
Cheatography

Eclipse Tips and Tricks Keyboard Shortcuts (DRAFT) by

List of useful shortkey for Eclipse

This is a draft cheat sheet. It is a work in progress and is not finished yet.

CTRL+S­HIFT+F

Format selected block source code
If you select the whole of source code and execute the hotkey, the conflict may occur with other teammates source code.

CTRL+S­HIFT+R

Search all file in your Eclipse workspace, it not include archived resource such as a class file.
Using '*' to replace any character or words you forgot.
Eg: Accn*T­est.java

CTRL+S­HIFT+T

Search any classes, enums, interf­aces, This search included all class has archived suck as jar, war, ear, etc..
You can replace missing word/c­har­acter by using '*'