vote up 7 vote down star

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

flag

5 Answers

vote up 5 vote down check

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

link|flag
vote up 2 vote down

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|flag
vote up 6 vote down

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

link|flag
vote up 8 vote down

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

link|flag
vote up 0 vote down

See official write-up here:

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

link|flag

Your Answer

Get an OpenID
or

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