up vote 2 down vote favorite
share [g+] share [fb]

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.

link|improve this question

feedback

1 Answer

up vote 5 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).

link|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
feedback

Your Answer

 
or
required, but never shown

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