Searching for class references
To open class reference search, select "Search > Class references". This will open a class reference search window.

Class references include:
- Type instructions like,
NEW
,CHECKCAST
,INSTANCEOF
- Local variable definitions of the specified type
Class references do not include:
- References to fields and methods of the specified type
Tips
1. Skip packages that you know you don't need to search for faster searches
While the search implementation is fast you may still want to exclude packages that you know for sure do not have meaningful results to cut down on search time.