Code Snippets Manager Hidden in VS2005
This is a very good article
about Code Snippet Manager in VSTO V2.0 by Kevin. However,
the "Code Snippet Manager" is hidden in VS2005 by default
(strange?!), so you can't do anything nor increase your
productivity even though you'd read this article.
So what we have to do is to
customize the menu by
adding the
Code Snippets Manager to the
Tools menu "manually".
Before:
After:
Colt Kwong