SublimeText / LaTeXTools

LaTeX plugin for Sublime Text
https://latextools.readthedocs.io/
2k stars 362 forks source link

Issue with auto close of dollars #1574

Open EtienneC30 opened 1 year ago

EtienneC30 commented 1 year ago

Hello! I installed LatexTools and I wanted to check the features it brought. I noticed that when I type a dollar to write an equation, it automatically adds a second one to close the equation. This was not the case before, and the issue I have is that when the cursor is just before the closing dollar, if I type "(", "{" or "[" for example it does not add the corresponding closing symbol. To make it clear, when I type "$" I get "$$", which is cool, but then if I am between the dollars and I type "(", I get "$($", which is quite annoying. Is there anyway to solve this problem, either by adding automatically the closing symbol or disabling the auto closing dollar ? Thank you for your answers!