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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top