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

link|improve this question

When you select Edit->Advanced from menu what keystrokes do you see for Format Document? – Vadim Sep 16 '09 at 22:31
feedback

5 Answers

up vote 18 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.

link|improve this answer
didn't work for me – RCIX Sep 16 '09 at 21:56
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
feedback

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.

link|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
feedback
[Ctrl]+[K],[Ctrl]+[D]

This question with answers has a lot of handy tips.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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