DVT Eclipse IDE Types View - How to Find the Usages of a Type or Type Member
Details
Finding the Usages of a Type
Now, let's assume you want to find the usages of your transfer class.
- Start by typing
transferin the Types View Quick Search Bar. - Then, right-click on the
transferclass and select Show Usages.
Finding the Usages of a Type Member
The same works for type members.
For example:
- Search for
.readto locate theREADenum name. - Then, right-click on the member and click Show Usages.
Navigating the Search Results
The Search View pops up and shows where the enum name is used.
You can use the Up and Down Arrow buttons to navigate the search results.