ReSharper goodness

I upgraded to ReSharper 4.5 recently, and when working with it I discovered new, cool feature.

Having this (notice class Person does not exists yet, hence the red):

rs_1

You can do this:

rs_2

And get this:

rs_3

I’m pretty sure older version would say private static object person;

And even if it’s not new, it’s still a nice little smart feature.

I only wish that doing this…

rs_4

… would also generate the constructor and property in one go.

Technorati Tags: