Like the title says, how do you create custom code snippets in Visual Studio 2008?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
||||
|
|
|
This was just released too: http://codeplex.com/SnippetDesigner |
|||
|
|
|
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 |
|||
|
|
|
See official write-up here: |
|||
|
|