Showing posts with label Code Snippets. Show all posts
Showing posts with label Code Snippets. Show all posts

Tuesday, May 11, 2010

Snippet Editor

I found this little snippet editor on CodePlex.

http://snippeteditor.codeplex.com/

This comes in handy if you're working a ton with snippets, or if you have any complex snippets out there that you need to edit.

It's handy, and simple to use.

Friday, August 22, 2008

Code Snippet Manager in Visual Studio

I am using Visual Studio 2008, and had some trouble locating the Code Snippet Manager in Visual Studio .Don't worry, the functionality is there, and snippets work fine (my version does not have the menu item by default).

You can use the hot key command to open the menu. By default the hotkey command is Ctrl+K, Ctrl+B to open the Code Snippet Manager.

Or you can add the command to the menu via the Tools/Customize, select the Commands Tab, then Tools Menu, and add the Code Snippets Manager.