By \"generate\", I mean auto-generation of the code necessary for a particular selected (set of) variable(s).
But any more explicit explication or comment on good pr
I created my own snippet that only adds {get; set;}. I made it just because I find prop → Tab to be clunky.
get set
get
With this, you type your PropType and PropName manually, then type get → Tab, and it will add the get set. It's nothing magical, but since I tend to type my access modifier first anyway, I may as well finish out the name and type.