t3rse::proper
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
syntax: type Property1Name; type Property2Name;
Show Example | Show Advanced Options | Show Shortcuts | << Shrink   Stretch >>
Shortcuts: ( follow with an _ ) i - int d - double s - string c - char de - decimal dt - DateTime b - bool f - float l - long
Custom:
Options
Private Member Positioning
Language
Curly Brace Style
Private Member Prefix [ defaults to _ ]
[ e.g. mvar or m_ ]
Debug Options
Internet Explo[dr]er: Already in clipboard. (Paste at will) Firefox: simply copy and paste this code into your editor.