Using VS 2008 v.9.0 .Net 3.5, C#

I'm reading code.  I right-click on some variable (object) member/
method and select "Go To Definition".  I end up in the interface which
the object's class implemented.  I want the implementation, not the
interface.  Now I have to figure out where are the implementations,
and which one am I dealing with.

I want a menu option, something like "Find Implementations".  When I
right click on an interface, interface instance or instance member
(property, method, whatever), and select this option, I get a popup
dialog (or something) giving me a list of the implementations of the
interface.  When I select the implementation, it takes me to it and
the right spot in it (e.g., the method implementation).

Anyone know of anything like this out there?  Can Resharper do this?

Hawkeye Parker

Reply via email to