Enable Auto Brace Completion on node Text Edit

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GuilhermeA

How can I enable Auto Brace Completion in node TextEdit?
This property is present in Godot’s code editor and there is no property in node TextEdit that points to this.
If node doesn’t have this functionality, how can I do it through gdscript?
I thought about checking that the character that was just typed is a parenthesis and then inserting a new parenthesis at the cursor position, but I didn’t find a sign to pass me the typed character.