I'm working in VS2008 and C#, and I'm looking for a (free) code generator tool to generate a property with getter and setter, as well as the backing private field to go with. The template thingy in VS does not make the field to go with it. Just looking for something a little bit better.
I once saw a web site where you could build this code, then cust-and-paste it from the web page to your code.
Best Solution
You can create custom snippets to do pretty much anything you want. Here is one I used in VS2005 for creating properties with backing fields:
Save this in a file called
whatever.snippet
in this location: