Snippet Editor for VB.NET 2005

This is pretty cool. Add your own customized snippets to the VS. 2005 snippet Library. I'm just waiting for someone to download the source from the workspace and put these snippets into RSS feeds to be consumed in VS from blogs. :-)
josh

The .NET team has released a snippet editor for Visual Basic 2005. You can download the editor by visiting https://msdn.microsoft.com/vbasic/downloads/2005/tools/snippeteditor/.

The Visual Basic Snippet Editor is a Windows Forms application with UI for creating, editing, testing VB code snippets. You can specify snippet code and metadata (e.g., title, author, description, keyboard shortcut), replacement variables, and referenced assemblies. You can preview your snippet as it will appear when inserted into the code window, and you can even test whether it will compile.

[Via Weblogs @ ASP.NET]