I am amazed by the automatic code formatting feature in VB.Net IDE that when you type a line of code and then move the cursor off that line, the code will automatically be indented and the proper text type cases will be applied as if the code was formatted with the coding standards. Is there any IDE experts, IDE plugins etc that will make Delphi IDE do the same?
Share
GExperts has a code formatter. Also, Delphi 2010 has it out-of-the-box.
The difference with the VB.Net IDE is that in Delphi you can actually choose if you want to use this or not…