Sublime Forum

[Question] popup window problem

#1

Hi ST3ers,

I have a problem which has bothered me for quite a long time. I use ST3 + LatexTools to write papers. Whenever I type “{” for a math environment, a window will popup and FORCE me to choose some candidate items. But actually, I don’t want to use any of them! So I have to press esc key to cancel this window.

Would you please tell me how to get rid of this popup window?

Thank you so much!

0 Likes

#2
  1. It seems to be from a third part package for Sublime Text.
  2. Disable them and see if the problem persists.
  3. If not, then see their settings to know whether it can be disabled.
  4. If not found a setting, open a issue on their Issue tracker, or implement it by yourself or do not use the package anymore.
0 Likes

#3

unfortunately, I don’t know which package is the trouble maker.

0 Likes

#4

Disable them all and test if it stills working.

If not work, backup all your settings and revert Sublime Text to a clean state and test if it is
working. It should, then start installing your settings until you find out what is breaking it.

Some useful links:

  1. Complete clean install proceedings

  2. Reverting to a clean state (backup your data)

  3. To find which package is doing it, just disable all your packages by the Packages Control one by one, and each time you disable one package, check if the it is working correctly. Also, make sure you do not get it set on your Preferences file as another shortcut.

0 Likes

#5

problem solved, just disable the autotrigger feature from latextools:
“env_auto_trigger”: false,

Thank you so much!

0 Likes