novice question but here it goes.
I type prop then tab in VS 2008 (or whatever VS). I'm using Resharper.
I tab, give it a type, tab again and have to delete the text for the property name before I can start typing it. Ok fine.
Now here is the question, at this point I'm left with this:
public string Maxlength { get; set; }
is there a quick way to get it like this so that I can start filling in my get and set?
public string Maxlength { get{;} set{;} }
for some reason, I'm not good yet with stubbing out props quick. Just have to get the hang of the shortcut or whatever as well as with Resharper.