News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Is there a way to auto formatting code immediately ?

Started by wtfisgoingoff, January 17, 2020, 04:26:52 AM

Previous topic - Next topic

wtfisgoingoff

I already set AStyle plugin a keyboard shortcut .In order to format the code I have to  press those keys(obviously).


I like to add padding around operators which I set this feature already too.


eg.     In Visual Studio , int a=5;  after I enter that ';'  the code would be  int a = 5;  padding auto added to the operator.   Can C::B do this ? auto formatting .Thx