vote up 0 vote down star

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

flag

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

4 Answers

vote up 3 vote down check

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|flag
didn't work for me – RCIX Sep 16 at 21:56
Or rather "Ctrl+K, D". – Pavel Minaev Sep 16 at 21:56
That is, press "Ctrl+K", release it, and then press "Ctrl+D". – Pavel Minaev Sep 16 at 21:57
Nope, didn't work... :( – RCIX Sep 16 at 21:58
@RCIX When you select Edit->Advanced from menu what keystrokes do you see for Format Document? – Vadim Sep 16 at 22:04
show 5 more comments
vote up 0 vote down

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

link|flag
vote up 2 vote down
[Ctrl]+[K],[Ctrl]+[D]

This question with answers has a lot of handy tips.

link|flag
vote up 1 vote down

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|flag
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 at 22:30
I was just giving you a hard time, no worries – phsr Sep 16 at 22:38

Your Answer

Get an OpenID
or

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