This add-in for Visual Studio 2008 allows to export selected code in the Code Editor window as a reusable Code Snippet - .snippet file format - for Visual Studio 2008.
This add-in for Visual Studio 2008 allows to export selected code as a reusable Code Snippet (.snippet file format) for Visual Studio 2008. Complete Visual Basic 2008 source code and a documentation file are provided.
Select your code within the editor, right click and choose the Export as Code Snippet command. Specify snippet's attributes and you're done!
The add-in adds a menu item to the Code Window context menu. After you select a code snippet in the code editor, just right click the selection. Select the "Export as Code Snippet" command from the context menu:
Then, customize your snippet's properties in the appearing window.
Available materials: 1. Full Visual Basic 2008 source code 2. XPS Document with explanations 3. Video tutorial about add-in's usage (in webcast style) 4. Installer package (which contains binary add-in, source code, documentation and video)