Is there a way in Eclipse to select a Java class, and then bring up a list of all Java files where that class is used within a project?
In Eclipse IDE, you can type CTRL + SHIFT + T in Windows or *nix or Command + SHIFT + T in Mac OSX to prompt an Open Type dialog box to find details about a specified Java class.
Right click and select References > Project or References > Workspace from the pop-up menu. Show activity on this post. This will show you a Search view containing the hierarchy of class and method which using this method.
The initial value is the bin directory directly under your project. Similarly, the Source tab provides access to the location of your source input folder(s).
right-click on the class, and select references/Project
For searching all of the workspace, CTRL+SHIFT+G
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With