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.

  1. Start by typing transfer in the Types View Quick Search Bar.
  2. 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:

  1. Search for .read to locate the READ enum name.
  2. 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.