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.
Asked
Active
Viewed 109 times
1 Answers
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