When coding in Java, you may want to check type, variable, method, and other declarations. If so, the declaration can be checked by selecting the variable, method, or similar, that you want check in the code, and selecting [Open Declaration] from the context menu.
Searching Java Reference Locations
When coding is in Java, you may want to search for the affected locations. If so, select the part for which you want to find affected locations in the code, then select [References] > [<Select range>] from the context menu. This displays a list of reference locations in the Search view.
Restricting the Search Range
When executing a search, the search range can be specified as shown below:
Workspace
All resources are searched.
Selected resources
Resources under the resource selected in the view are searched.
Enclosing project
The project to which the resource selected in the view belongs is searched.
Working set
The search targets can be customized by setting a working set.
Search results are displayed in the Search view. The Search view toolbar has a [Show Previous Searches] button. This allows users to select from the search history to switch the contents displayed in the Search view.