3

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??

1
  • Doesn't Visual Studio Express already have a code snippets feature? Commented Nov 10, 2008 at 22:20

3 Answers 3

4

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

1

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

1 Comment

Sure. I'd love to. Sounds like a good idea. What better way to learn? Thanks!

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.