Is there a way to create an auto property via code snippet using ReSharper? Like the prop for VS?
Resharper 5 has a prop snippet which goes to auto-property. Does 4.5 not?
You can create a Live Template
Just go to the Resharper menu, and choos Live Templates. Click the little green + icon and add this:
public $type$ $name$ { get; set; }
Then give the wanted shortcut, and you are good to go.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With