Is it possible to get Visual Studio 2010 Express Web Developer to autoindent it's markup?

986 Views Asked by At

One thing I do like about visual studio is the autoindent feature in the code behind where you can essentially close off the bracket of a loop or method or class and it'll automatically indent everything to make it consistent looking.

Is that possible to do in the markup as well?

1

There are 1 best solutions below

9
On BEST ANSWER

Yes.

  • Press Ctrl+E, D
  • Click Format Document in the HTML Source Editing toolbar
  • Click Edit, Advanced, Format Document