Disable downloading source for C# internal methods, like object.ToString()

128 Views Asked by At

Is there any way to disable the decompilation of C# internal method like ToString()? Everytime I accidentally ctrl+click on the methods, and it spends some time to download the library source.

1

There are 1 best solutions below

0
GSerjo On BEST ANSWER

You can change resharper's behavior on Options -> External source (Tools section on the bottom). Select "Default Visual Studio navigation".