ssobczak
ssobczak

Reputation:

How to use C++ code snippets in Visual Studio 2008 Pro?

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

Upvotes: 1

Views: 2191

Answers (3)

TCS
TCS

Reputation: 5900

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

Upvotes: 0

Jim Counts
Jim Counts

Reputation: 12795

Check out the Snippet Editor.

Upvotes: 0

SpaghettiMonster
SpaghettiMonster

Reputation: 620

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.

Upvotes: 1

Related Questions