Welcome to Bryan Corazza Sign in | Join | Help

Sunday, January 29, 2006 - Posts

At its simpliest form a code snippet is nothing more than an xml file.  Here's a sample of the schema: <CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet"> <CodeSnippet Format="1.0.0"> Read More
Here's a great list of the code snippets that come out of the box for VS2005. After typing in the shortcut then hit tab to let the snippet execute. #if Creates a #if directive and a #endif directive. Anywhere. #region Creates a #region Read More