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. Object Browser was nice because it gave documentation (similar to MSDN) about that object's class. In Visual Studio 2010, I get a shell version of the actual class instead. But I have to expand/collapse the class members to read about the class member (ie Property, Method, Class, etc..). How can I have Visual Studio 2010 link to MSDN or the Object Browser?
=========
Update 8/22/2011 4:48pm
In these Visual Studio 2008 screen shots, I'm first right clicking "Boolean" and then choosing "Go To Definition". Then it opens up "Object Explorer"