So bracket matching doesn’t work before text. So, for example, if you type in {
in the line below:
This is a |sentence
the bracket will not be matched.
I use LaTeX and often I have a dollar sign after the cursor:
$x = \frac|$
I often need brackets to be matched in this type of situation (where the cursor is before a $
). However, it seems like brackets aren’t matched before dollar signs.
Is it possible to “fix” this or make it work before dollar signs? I always have to insert a space before the dollar sign, type it out, remove it, which is kind of cumbersome.