Code Snippets on Steroids

One of the features that developers appreciate the most in Visual Studio 2005 is Code Snippets. Creating your own code snippets is quite easy, there’s even a code snippet for doing that. Now some code snippets have some kind of logic built-in, for example the constructor code snippet: it knows the name of the class for which you’d like to generate a constructor. If you would like to create your own code snippets with more advanced functionality you have to take a look at the Function element in the Literal element of the code snippet. Btw, here’s a nice gallery of free code snippets: http://www.gotcodesnippets.com/!

No Comments