vote up 3 vote down star

I'm just getting started with C# and often find myself going back to other projects and reusing some snippet of code in a new project.

Is there a good tool out there with which on can store all the little pieces of code they reuse again and again AND integrates with Visual Studio Express??

flag

80% accept rate
Doesn't Visual Studio Express already have a code snippets feature? – mercutio Nov 10 '08 at 22:20
It certainly does. – Jim Burger Nov 11 '08 at 4:02

3 Answers

vote up 3 vote down

Visual studio has the concept of code snippets, under the tools menu there is a code snippets manager.

Almost forgot, to bring up the code snipped menu in code press CRTL+K+S.

link|flag
vote up 1 vote down

Visual Studio Express is not legally extensible so I doubt there is a tool you can purchase or download that will integrate. However, snippy will help manage and create standard .snippet files for you, without integration.

link|flag
vote up 1 vote down

It sounds like you may want to develop your own little framework that can be referenced by various projects.

link|flag
Sure. I'd love to. Sounds like a good idea. What better way to learn? Thanks! – Jim Nov 11 '08 at 4:09

Your Answer

Get an OpenID
or

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