Click for an explanation
Proper is a tool that generates properties in a few different languages with a lot less typing
than is usually done in an editor. The syntax is simple:
datatype PropertyName;datatype PropertyName;
For example:
int Age;string Name;
For common primitives, type a special character and then an _ and the type will autocomplete. For example:
i_ will autocomplete to int. s_ will autocomplete to string.
You can control some elements of style by clicking 'Show Advanced Options'
Use the options to tailor the property to your coding style or standard.
If you find bugs, have any suggestions for improvement, or want to contribute, email:
proper@t3rse.com
Internet Explo[dr]er: Already in clipboard. (Paste at will)
Firefox: simply copy and paste this code into your editor.