Question

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.

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top