views:

241

answers:

2

I have prepared C++ code snippet. How to use it in VS2008 Pro?

+1  A: 

this blog shows how to create and import snippets into the snippet manager.

it's simply just a matter of clicking on Tools --> Code Snippet Manager, and then browsing for what you want to import.

hope this helps.

JT.WK
The language C++ is not listed in the combobox at the top of the Code Snippets Manager. In Visual Studio 2005, we had to install "Microsoft Visual Studio 2005 IDE Enhancements" package. Anybody knows how to have the code snippets working with C++?
decasteljau
A: 

Check out the Snippet Editor.

magnifico