Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question

migrated from superuser.com Dec 30 '09 at 10:38

3 Answers

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.

share|improve this answer
1  
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 Oct 5 '10 at 19:22

Check out the Snippet Editor.

share|improve this answer

I couldn't find a way to integrate to the VS code manager in C++, so I started to use jCodeCollector snippet manager.

It's pretty basic, so its really easy to get used to. Pretty sufficient for me :-).

http://alessandro-cocco.blogspot.com/p/jcodecollector_22.html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.