|
prop.snippetPosted on 03. Mar, 2007 by Wim Haanstra in Snippets. |
My very first post, well it better be something useful then. When working with Visual Studio 2005 you got a nifty feature called snippets. One of those snippets is de ‘prop’ snippet. When in Visual Studio you just type prop and then press tab twice and a nice piece of code shows up.
Well, I adjusted that piece of code slightly, because…well just because I am lazy.
The normal behavior of the prop snippet gives you the option to specify a property type, a private name and a public name. For me this is one thing too many, I always make my private names like my public names but then with a underscore before it’s name.
Download it below and for installation help, just see my ‘installation help post’.




