5

Is there a keyboard shortcut for formatting code like Visual Studio has Ctrl+K Ctrl+D?

Ryan Anderson
  • 937
  • 10
  • 23

2 Answers2

9

Based on @Ryan Anderson's answer:

To reformat the code of an existing page:

  1. Open the web page you want to reformat.
  2. In the Code pane, right-click and select Reformat HTML.
Community
  • 1
  • 1
StuperUser
  • 10,555
  • 13
  • 78
  • 137
1

Found it.... http://expression-web-wiki.com/index.php?title=Format_code

Ryan Anderson
  • 937
  • 10
  • 23