Does a "Find in project..." feature exist in Eclipse IDE?

William Jockusch picture William Jockusch · Jul 4, 2010 · Viewed 402.9k times · Source

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

Answer

Yuval Adam picture Yuval Adam · Jul 4, 2010

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).