I was wondering if there is any way to shortcut the process of object initialization with VS 2010 and Resharper (6). When presented with the yellow tool tip below I'd like to have it create an assignment for each field.
For instance, it would generate:
Contact = ; ContactId = ; CreateDate = ; etc, etc
(one for each property).