Is there a way to make Eclipse show all instances of an interface?
That is: If I have an interface named IMyInterface, I want Eclipse to show me all objects that are of type IMyInterface in my workspace. Is that possible?
You just need to press F4 when the cursor is on the interface name. This will open the "Type Hierarchy" tab where you'll be able to see all types of IMyInterface.
If you need to see all references of the interface inside your workspace, you can press Ctrl+Shift+G when the cursor in on the interface name.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
Can you answer this question?
Write Answer1 Answers