Resharper is amazing, take N
I am trying out R# 5.0, and I accidently stumbled upon an awesome feature.
Let us say that you Ctrl+Click the int.ToString() method:
In previous versions of R#, that would take you to the Object Explorer, which is useful enough, but R# does something far more awesome.
I didn’t realize at first what was going on, first it popped up this thingie:
And then it asked me to accept a license:
But then it actually showed me the real code that is behind int.ToString(). This is not Reflector trick, this is the real source code that made it into the framework:
Now, this is basically just integrating Symbol Server & Source Server, both of which have been available for a while now, but making this so easy is something that is huge!