Jump to content
badbanana

auto code formatting

Recommended Posts

hello. i'm evaluating which Windows based IDE to use. so far, i've tried Visual Studio Community Edition. with it, it formats every C++ statements after a semi-colon is typed or saved. is there such feature with C++Builder?

Share this post


Link to post

1. this is a Delphi community

2. evaluating which Windows-based IDE to use

3. it formats every...

2 and 3 have nothing to do with each other

Share this post


Link to post

You might consider posting questions about C++Builder in the "C++Builder Questions and Answers" section instead of the Delphi section. 

 

The RAD Studio editor takes a different approach to code editing; it doesn't force you to a strict coding standard as you type but lets you write code free-form. Then, as an option and with a single shortcut key, you can format the entire source with formatting rules you've set up.

Share this post


Link to post

My principal IDE is RAD Studio (for Delphi) but unfortunately I also have to use Visual Studio a bit.  I cannot stand the way VS moves my code around or adjusts my spacing while I am typing it.  It is a most unhelpful and distracting feature.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×