Is there a way to get Eclipse to show all instances of the interface?
That is: If I have an interface with a name IMyInterface, I want Eclipse to show me all type objects IMyInterfacein my workspace. I want to examine all instances of an interface, for example. all lines starting with IMyInterface iMyInterfaceInstance = ....
source
share