Like the title says, how do you create custom code snippets in Visual Studio 2008?

link|improve this question

feedback

5 Answers

up vote 11 down vote accepted

Here's a link to a utility for Creating/editing Snippets. It works for more languages than just VB despite the classification in the link.

http://msdn.microsoft.com/en-us/vbasic/bb973770.aspx

link|improve this answer
feedback

This was just released too: http://codeplex.com/SnippetDesigner

link|improve this answer
feedback

The MSDN links are nice, but sometimes I prefer simple tutorials.

link|improve this answer
feedback

Tools->Code Snippets Manager

To get your list of directories. Select (or Add) My Code Snippets.

The snippets themselves have to be created as separate files with a .snippet extension.

Here is a tutorial on using and creating them: Code Snippets in Visual Studio

link|improve this answer
That link merely redirects to drdobbs.com/windows – Dennis Palmer Oct 26 '11 at 6:18
feedback

See official write-up here:

http://msdn.microsoft.com/en-us/library/ms165392.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.