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

Viewed 7919

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 do I configure these newer versions to go to Object Browser? (In other words, I have the opposite problem to this one.)

Installing ReSharper makes this change, so I know it must be possible, but how do I do it without ReSharper?

4 Answers
Related