This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
Visual Studio
How to: Modify Existing Snippets
Updated: November 2007
IntelliSense Code Snippets are XML files with a .snippet file name extension that can be easily modified using any XML editor, including Visual Studio 2005.
To modify an existing IntelliSense Code Snippet
Use the Code Snippets Manager to locate the snippet that you want to modify.
On the File menu, click Open, and click File.
Modify the snippet.
On the File menu, click Save. You must have write access to the file to save it.

See Also