T O P I C R E V I E W |
squash |
Posted - Feb 28 2010 : 1:06:59 PM Hello, Is it possible or will be possible to format line of code in c++ after pressing semicolon sign ";" ? Such functionality normally exist in C#.
regards, squash |
3 L A T E S T R E P L I E S (Newest First) |
squash |
Posted - Mar 02 2010 : 3:40:25 PM Thanks for your answer. It's clear now. Most time I spend with C# but last time I use c++ It's a little bit annoying when I press ";" and don't even get blank spaces between variables and operators. That's why was my question... |
accord |
Posted - Mar 02 2010 : 2:55:26 PM What formatting do you get? I am not using C# in my everyday work, but as a tried now I got the auto-indenting feature. Do you refer to any additional feature beside this? If yes, can you please explain using an example? Thanks |
feline |
Posted - Mar 02 2010 : 2:35:07 PM Not currently, no. This FAQ entry explains why, and links to a possible code formatting tool:
http://docs.wholetomato.com?W147 |