Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
1  
When you select Edit->Advanced from menu what keystrokes do you see for Format Document? – Vadim Sep 16 '09 at 22:31

7 Answers

up vote 34 down vote accepted

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.

share|improve this answer
didn't work for me – RCIX Sep 16 '09 at 21:56
2  
Or rather "Ctrl+K, D". – Pavel Minaev Sep 16 '09 at 21:56
That is, press "Ctrl+K", release it, and then press "Ctrl+D". – Pavel Minaev Sep 16 '09 at 21:57
Nope, didn't work... :( – RCIX Sep 16 '09 at 21:58
@RCIX When you select Edit->Advanced from menu what keystrokes do you see for Format Document? – Vadim Sep 16 '09 at 22:04
show 6 more comments

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.

share|improve this answer
It looks like mentioned about Edit.FormatDocment before last edit of my question. I honestly didn't see your answer. But you definitely deserve +1 but being first. – Vadim Sep 16 '09 at 22:30
I was just giving you a hard time, no worries – Dan McClain Sep 16 '09 at 22:38
[Ctrl]+[K],[Ctrl]+[D]

This question with answers has a lot of handy tips.

share|improve this answer

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

share|improve this answer

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..

share|improve this answer

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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.