Visual Studio Format entire file?

68.3k Views Asked by At

Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?

8

There are 8 best solutions below

6
On BEST ANSWER

Use Ctrl+K+Ctrl+D to format document keystroke

Use Ctrl+K+Ctrl+F to format selection keystroke

It's also possible to set your own keystrokes by opening Options... dialog (select Tools->Options from the menu). In Options dialog select Environment->Keyboard form the tree and set your own shortcuts for Edit.FormatDocument.

0
On

Just select all content of page by Ctrl + A then click Ctrl + K and Ctrl + D. The whole page tag format.

For example see this link: Format the content

0
On

If Ctrl+E+Ctrl+D or Ctrl+K+Ctrl+D or Ctrl+K+Ctrl+F doesn't work for you, try to set below settings:
Tools->Options -> Text Editor ->C# ->Tabs,
make sure `Keep tabs is selected.
Then, go back to your text editor, re-try formatting.

I was really annoyed before, and steps above works for me. hope it works for you guys..

0
On

Ctrl+E+D in Visual Studio Express 2013.

0
On

Shortcut in visual studio to format the whole document is Ctrl + E, D

0
On

I just use built-in Visual Studio formatting command: Ctrl+A, Alt+F8

0
On

Ctrl+K,Ctrl+D

This question with answers has a lot of handy tips.

3
On

You could always go to Tools -> Options -> Keyboard and give the Edit.FormatDocument a new shortcut.

Update You can also see what the Shortcuts mapped to this command are this way.