Home Page
Categories: IDEs - IDE add-ins
Latest version: 1.1
Added 2004-10-15
Add-in for Visual Studio .NET that helps creating/removing properties to C# classes.
It works like "Generate Getters/Setters" feature from the Eclipse IDE.
After installing, you'll have a new tool in your Tools menu: VSPropertyGenerator.
To use, open any C# source file and run the tool. A dialog will list the fields and properties incuded in the source file. You can the click checkboxes next to Get to create get property and Set to create set property. If a checkbox is checked and you uncheck it, the tool will remove the property.
You'll also be able to add new fields.
 Built for .NET |
 Add-in |