views:

33

answers:

2

I installed http://weblogs.asp.net/scottgu/archive/2010/06/09/visual-studio-2010-productivity-power-tool-extensions.aspx but I can not find where I can make use of the HTML clipboard support. Anyone knows where to find it? I already searched in the kebyoard settings after Copy but that didn't provide me something useful.

Anyone?

A: 

when you copy the code and paste it to a HTML buffer (i.e visual studio designer) it will be automatically formatted.

to try it

copy a code and paste it in visual studio HTML designer you will find it automatically formatted.

Ahmed Mostafa
I am not looking for pasting html code in Visual Studio but take html code from Visual Studio and paste it in for example Windows Live Writer.
Nyla Pareska
A: 

Did you try out the steps described in this article?

You need to do the following:

  1. ctrl + c
  2. ctrl + shift + v (paste special), not normal paste!
XIII