Welcome to the Joint-Venture Blog from Fabio Cortesi and Stefan Jäger.
07.02.2008 - 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). 
use CTRL + SHIFT + R (R like Resource) to search a ANT build file, text files, ore something like that: 
Comments
Leave a comment