DVT Eclipse IDE Types View - How to Find the Usages of a Type or Type Member
Transcript
Finding the Usages of a Type
Now, let's assume you want to find the usages of your transfer
class.
- Start by typing
transfer
in the Types View Quick Search Bar. - Then, right-click on the
transfer
class and select Show Usages.
Finding the Usages of a Type Member
The same works for type members.
For example:
- Search for
.read
to locate theREAD
enum 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.