All hail ReSharper!

time to read 1 min | 76 words

It is those tiny touches that makes me love R# so much. Take a look at this code. "name2GenericType" is defined inside an #if DOTNET2, and R# will show me red when I have not done the same when I am referring to the variable. Once I put it in an #if DOTNET2 block, it goes back to normal.

Wow!

(Image from clipboard).png