Is there a way to show all classes that implement a certain method from an interface. If you click F12 in Visual Studio on a method call, you go to its definition. If its an interface, then you still have to go and look for the class. I would be nice to be able to get a popup and choose one of the classes which implements the interface... Does that exist?
+3
A:
You need to use a plugin that enables it (or write your own).
ReSharper and Visual Assist have this feature.
Am
2010-02-04 11:10:22