[70556 Open] Code Autoformatting Question

In Delphi 7, there is no auto code formatting. I spend quality time tapping the space bar and backspace. Or using replace in Word.

In Visual Studio, when one types the ; at the end of a line, the line is auto formatted to perfect spacing, e.g.:

a = 1 / 10.d * b;

There is also the (Ctrl + K, Ctrl + D) option “Format Document”. This should align everything. However, in Oxygene and RemObjects C#, it only aligns the left margins.

Is this deliberate, or an oversight, or on a to-do?

Thanks, logged as bugs://70556: Code Autoformatting Question