Feature Request
Posted: Sat Mar 21, 2020 7:06 am
Please make it so the CodeLite editor auto-adds a closing curly brace - } - on the same line when an opening curly brace - { - is given.
My request is to make the opening/closing curly braces act the same as open/close parenthesis and open close square braces These auto-close.
Code: Select all
int myArray[] {} <--- I HAVE TO ADD THE LAST CURLY BRACE MYSELF
Code: Select all
()
Code: Select all
[]