Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: wtfisgoingoff on January 17, 2020, 04:26:52 am

Title: Is there a way to auto formatting code immediately ?
Post by: wtfisgoingoff on January 17, 2020, 04:26:52 am
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