I’ve searched for a while, but I want to know how to disable autocomplete on latex. For example, I can’t type / and the enter without the autocomplete getting in the way.
I have Sublime 3.3.2 Build 3211 with LaTeXing and LaTeXtools.
In addition to changing “auto_complete”: false in the general settings, I’ve also changed the following flags to false in the settings
“cite_auto_trigger”: false,
“ref_auto_trigger”: false,
“fill_auto_trigger”: false,
“env_auto_trigger”: false,
“glossary_auto_trigger”: false,
“tex_directive_auto_trigger”: false,
“smart_bracket_auto_trigger”: false,
“auto_trigger_fill”: false,
and restarted but still typing / forces autocomplete which does not work with my flow so I’d like to disable it.