Re: Where has the subroutine gone?
Looks like I did not look close enough
It actually created a private var and a public property right below it. I guess I saw the word private and thought the property was private. I was thinking what good is that :)
I am using VS2005 at the moment and I open the snippet editor to see what was what.
Property does a public property
propwrite does a public writeonly property
propread does a public readonly property
Looking deeper into the snippet editor though it is pretty cool some of them insert a good bit of code, many are useful if you are not sure how to structure the statements and of course you have the ability to create your own and map them to shortcuts which could be very handy indeed.
Re: Where has the subroutine gone?
I use it every time I work with serialization... What's also nice is that you can add your own snippets to the library... so if you have something that you do often.... and it can be complete code blocks, not jsut skeleton template code either.
-tg
Re: Where has the subroutine gone?
DevExpress adds 100 more automatically. 3 letters get whole routines