Tagged Questions

11
votes
3answers
2k views

Visual Studio - I want “Go To Definition” to open Object Browser, not “metadata”

In Visual Studio version 2002 and 2003 "Go To Definition" would find the selected type or member in the Object Browser. In 2005 onwards it opens a source window "generated from metadata" instead. How ...
2
votes
2answers
67 views

Can I see the “final” C# code when viewing an interface's methods?

What I'm trying to say is, if an object is defined as an interface, then instantiated from a class factory, is it possible in VS 2008 to right click on a method call from that object and see the real ...
1
vote
1answer
66 views

Is there a way to change what is stored on the “Go To Definition” stack in Visual Studio 2008 (and 2005)?

Visual Studio 6 had the 'Go To Definition' (and 'Go To Declaration' functionality) just like Visual Studio 2005 & 2008. Oh, actually, not quite like those two. For some reason, not only are the ...
0
votes
1answer
206 views

clicking “Go To Definition” - Why doesn't Visual Studio 2010 go to Object Browser like Visual Studio 2008?

When clicking "Go To Definition" after right clicking a .NET object (of a standard .NET class type) in Visual Studio 2010, the Object Explorer doesn't come up like it did in Visual Studio 2008. ...