Is there a way to issue a key command to properly format an entire file in VS2008 with CodeRush Express?
feedback
|
|
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. | |||||||||||
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. | |||||
feedback
|
This question with answers has a lot of handy tips. | |||
|
feedback
|
|
I just use built-in Visual Studio formatting command: Ctrl+A, Alt+F8 :D | |||
|
feedback
|