Home Fabio Cortesi Stefan Jäger

Welcome to the Joint-Venture Blog from Fabio Cortesi and Stefan Jäger.

 

 
 

 

If you want to learn some shortcuts for a program, the best way is to do this step by step. Also in Eclipse. Today I will show you two important shortcuts, which are useful in very large projects:

use CTRL + SHIFT + T (T like Type) to search a class, interface, and so on. This search supports CamelCase. If a class is called ThisIsMyTestClass, typing of the capital letters also finds this class (just type TIMTC).
Eclipse Shortcut CTRL SHIFT R

use CTRL + SHIFT + R (R like Resource) to search a ANT build file, text files, ore something like that:
Eclipse Shortcut CTRL SHIFT T

 

 

 

 

 
Leave a comment