Sublime Forum

Autocompletion of closing wavy brackets in LaTeX

#1

There is a very annoying bug in the current version of Sublime Text (4200) when writing LaTeX files. When I type an opening wavy bracket, there will be a closing bracket added after the next line of text. This means I have to go back and delete the closing bracket and retype it in the right position basically every single time I type an argument.

Please fix this.

0 Likes

#2

Could you clarify the exact situation you’re seeing this in? Perhaps you’re looking for the "auto_match_enabled" setting?

0 Likes

#3

Sounds like the wrap_block command which triggers in all sorts of unappropriate situations in any syntax.

With …

grafik

typing { results in …

grafik

0 Likes