Sublime Forum

LatexTools trigger deletes \

#1

Hello,

I recently updated to ST4.
Since then, some LatexTools triggers have stopped working properly.
When typing “” you get some suggestions and you can navigate and tab (or enter) to select the one you want. However, with the update to ST4, it deletes the first “”

Steps to reproduce:

  1. In a tex file type \beg
  2. tab or enter to select the \begin{}…\end{} environment.
  3. Output:

begin{}

\end{}

Expected output:
\begin{}

\end{}

It happens the same with every command that starts with “” except with the greek letters.

Thanks for your time,
Francisco

0 Likes

#2

I found a fix in the github of LatexTools, see:

0 Likes