Are you talking about References? Example: If we right click on a class/object/etc. name we have an option "Find All References". This option returns the locations where that particular class/object/etc. is used in the whole Solution.
On Nov 13, 2:44 am, haughki <[EMAIL PROTECTED]> wrote: > 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
