Does Eclipse have a way to search a whole project for some text? Like Xcode's "find in project" feature.
Thanks!
Does Eclipse have a way to search a whole project for some text? Like Xcode's "find in project" feature.
Thanks!
Press Ctrl + h
, should bring up the search that will include options to search via project, directory, etc.
yes, but you need to open the global search panel. to do so, press the binoculars icon on the top right corner of the IDE.
you can even filter searches by function identifiers, method scopes an etc...