What is the difference between Ctrl + Shift + R and Ctrl + Shift + T?
Do we have a blog with all eclipse tips/shortcuts?
What is the difference between Ctrl + Shift + R and Ctrl + Shift + T?
Do we have a blog with all eclipse tips/shortcuts?
Ctrl-Shift-R: Find a resource, which can include XML files, Ant scripts etc.
Ctrl-Shift-T: Find a type, regardless of the filename. (This can be handy if you're looking for a nested type, or basically if you don't want to see anything other than types...)
For Eclipse shortcuts, there are lots of Eclipse keyboard cheat sheets. From the search, I like this PDF, this shorter list, and this list with more explanations.
See the top-voted answer to this question (which looks like a duplicate).
A great feature of the Open Type dialog is that you can search for say DataInputStream by typing DIS.
To see all key bindings look under Window -> Preferences -> General -> Keys.
Also, Ctrl+Shift+L will show you which keyboard shortcuts are active right then.
Blatant advertising coming up:
If you like these two search options, you would love nWire. It is an Eclipse plugin for Java developers which provides, among other things, much stronger search. You get to search as you type for methods, fields, packages... practically everything you have in Java.
As for some more tips, I have written the following article in EclipseZone. I really suggest adding EclipseZone to your RSS feeds reading list. Lots of tips and good stuff there.