When I do a "Go To Definition" for a type in the c# code editor, say IDisposable, Visual Studio opens the Reference Source for IDispoable in the Browser: https://referencesource.microsoft.com/#mscorlib/system/idisposable.cs,1f55292c3174123d
How can I stop Visual Studio from opening a browser?
How can I tell VS to open IDisposable in the Object Browser?