Stop Visual Studio from accessing Online Reference Sources when going to Definition

45 views Asked by At

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?

1

There are 1 answers

2
John Koerner On

Visual Studio does not do that by default.

I would guess that you installed an extension (like this one) that does it for you. Uninstall the extension and VS should revert to its default behavior.

Another possibility is that you enabled a feature in Resharper that does a similar thing.