Eclipse – Does a “Find in project…” feature exist in Eclipse IDE

eclipsefind

Does Eclipse have a way to search a whole project for some text like Xcode's "find in project" feature?

Best Answer

1. Ctrl + H
2. Choose File Search for plain text search in workspace/selected projects

For specific expression searches, choose the relevant tab (such as Java Search which allows you to search for specific identifiers)

For whole project search:

3. Scope (in the form section) > Enclosing project (Radio button selection).