Resharper is amazing, take N

time to read 2 min | 229 words

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:

image

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:

image

And then it asked me to accept a license:

image

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:

image

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!