Feeds:
Posts
Comments

Archive for the ‘search’ Category

Fuzzy search

There are 2 essential shortcuts for searching for and opening files: Ctrl-Shift-R and Ctrl-Shift-T. The R version opens any resource that is in your project where the T version opens any type that is referenced by your project (for a java project, that could mean a type that is included in a 3rd party library).
Once you’ve [...]

Read Full Post »

You know how sometimes when you’re out at a bar with your hot friends and even though you’re drunk and it’s really late you can still tell that the person who’s checking you out is not your type? No? Me neither… I’d much more likely be the unlucky one doing the checking out. Well, at least Eclipse gives us [...]

Read Full Post »

Check your references

Got a misbehaving class? Need to find out who’s using it? Ctrl-Shift-G and Ctrl-Alt-G are on your side. Ctrl-Shift-G is used to find all references to a particular symbol in the workspace and it’s also activated by right-clicking in the editor and selecting References > Workspace. Ctrl-Alt-G is textual search for the highlighted word in [...]

Read Full Post »