When you have the cursor in front of a ]
, )
or }
and you type that character, instead of inserting it vscode just moves past that character, producing ]*cursor here*
instead of ]*cursor here*]
. Becacuse of this, every time I actually need to insert a closing bracket I need to move to the end of the ))))
to type it, instead of just being able to type it directly. So is there a way to disable this behavior(without disabling bracket auto-completion)?
Here is the same question, but for sublime text, and this guy mentions it as a side effect of auto-closing brackets.