Where can I get a code snippets for VC++ that can be used with the code snippet manager in Visual Studio 2008?

I have SnippetEditor installed how to create snippet for VC++.

link|improve this question

Isn't cut & paste programming supposed to be a "code smell"? – anon May 6 '09 at 12:24
@Neil Butterworth check out this video abt code snippet beta.channel9.msdn.com/posts/PDC2005ShowOff/… – yesraaj May 6 '09 at 12:34
feedback

4 Answers

up vote 2 down vote accepted
+100

This is not possible in VS2008 without using 3rd party software. However it is possible in VS2005 with the "Power Pack installer". See this thread for details.

So your options are to either revert to VS2005, or use a 3rd party snippet tool such as the already suggested Visual Assist X. I would go with the latter.

link|improve this answer
feedback

I highly recommend Visual Assist X, as it's having built-in snippet manager plus tons of other features as well.

Whole Tomato

link|improve this answer
Yup. I can't live without it, especially when doing C++. – Macke May 17 '09 at 18:28
feedback

The video you are referring to is about http://gotcodesnippets.net/. The site only contains snippets for managed code though.

link|improve this answer
yes,but that one is for Neil to understand – yesraaj May 6 '09 at 17:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.