Eclipse Search Menu
# Eclipse Search
## Search in Workspace
The Eclipse Search dialog allows users to find files in a specified workspace using word or letter patterns. Alternatively, you can specify a project or select a specific folder in the Package Explorer view to search.
You can invoke the search dialog in the following ways:
* Select Search, File, or Java from the Search menu
* Press the shortcut key: Ctrl + H
!(#)
File search allows users to find all file types, while Java search only targets Java files.
!(#)
For example, to find usage of the Person class, you can use the Java search page:
* Enter Person in the search box
* Select Type in the "search for" radio buttons
* Select References in the "limit to" radio buttons
* Click Search
The results are displayed in the Search view as follows:
!(#)
YouTip