Is there any add-in for vs 2010 which can format html? ReSharper can’t do it.
For example. I wanna get something like this
<tr>
<td>Header1</td>
<td>Header2</td>
</tr>
instread of
<tr>
<td>Header1</td>
<td>Header2</td>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just hit CTRL+K, CTRL+D (Format Document – works for almost any document type).