How can I make ctrl k,d work in a pure C file? I really enjoy the auto formatting in C#, and I would like to have the same functionality in C as well.
I am using VS2008, but it would probably be helpful if this worked in VS2005 as well.
|
How can I make ctrl k,d work in a pure C file? I really enjoy the auto formatting in C#, and I would like to have the same functionality in C as well. I am using VS2008, but it would probably be helpful if this worked in VS2005 as well. |
|||||||||||
|
|
In Visual Studio 2003, Ctrl-K Ctrl-F let you format a selection. This and other key combinations to format text can be found in Edit - Advanced menu |
|||
|
|
|
In Visual Studio 2010 and 2008 - the formatting of a selection can be achieved by CTRL+E CTRL+F.. I suppose since C/C++ can be peppered with loads of preprocessor directives and defines and such - formatting the entire document would be too difficult to process.. |
|||
|
|