In Eclipse, in the package explorer, can I find files by name?

Solution 1:

You can do the opposite of what you want to do. Click on the white arrow on the right of the package explorer, select Filters... and type an expression with wildcards. Eclipse will not show the resources matching this pattern.

You can search for types in your workspace with the shortcut Ctrl+Shift+T or for files in general with Ctrl+Shift+R. You can specify a pattern in the same way you can do for filters.

Solution 2:

Ctrl+Shift+R

Type only partial name in the text field to find your file.

Solution 3:

There is a small button with "left right arrows" (link with editor) near Package Explorer. Click that and you can use Ctrl+Shift+R with it. It will show you the current open file in Package Explorer.

Link with editor option in eclipse

Solution 4:

I'm not quite sure if this is what you're looking for... but try ctrl + shift + r