11

I've really enjoyed Anders Hejlsberg presentation at BUILD 2011 and it's not the first time that I notice someone having a collection of code snippets available within Visual Studio's Toolbox window, so given that all the searches I've performed so far pointed me to how to deal with IntelliSense snippets, I was wondering if anyone knows how to achieve this?

1
  • 5
    Just select the text and drag it to the toolbox. Commented Sep 27, 2011 at 18:42

1 Answer 1

27

You just need to copy the code to the toolbox. A simple selection of the code, and a drag and drop to the toolbox just make it available. It will not be deleted until you delete it (at least that never happens to me by itself)..

This is what you need?

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

1 Comment

Wow that was easy and definitely what I'm looking for -- thanks much for the contribution gbianchi!

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.