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.

Does anyone know of a way to add css and html code snippets to Visual Studio 2008?

I love my C# snippets, and HTML/CSS snippets would save a ton of time.

share|improve this question

1 Answer

up vote 6 down vote accepted

You can simply mark a piece of HTML/CSS code and drag it into the toolbox. Then rename the snippet in the toolbox and give it a name so you can easily remember what it is.

Then just drag&drop it from the toolbox onto another page to insert the snippet.

(Maybe first create a separate group in the toolbox for your snippets).

share|improve this answer
Nice tip - never knew you could do that. – Rob Allen Feb 4 '09 at 19:13
Awesome- this works great! – Evan Feb 4 '09 at 19:29
Works in VS 2010 too! – Blowsie Sep 28 '11 at 11:04
Ive just noticed toolbar is often disabled whilst debugging, annoying. – Blowsie Sep 28 '11 at 11:14

Your Answer

 
discard

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

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