1

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.

william007
  • 17,375
  • 25
  • 118
  • 194

1 Answers1

3

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

GSerjo
  • 4,725
  • 1
  • 36
  • 55