Sublime Forum

Latex autocomplete disable?

#1

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.

0 Likes

#2

After removing LaTeXing and reinstalling the autocomplete no longer interferes but he syntax highlighting is now gone.

What is the best way to remove and reinstall packages?

0 Likes

#3

Nevermind, after turning back syntax highlighting on, the autocomplete issue reemerged.

0 Likes

#4

Removing LaTeXing and leaving only LaTeXtools resolves autocomplete but now says there is no build system available. Nothing should have changed and I used to have this working with just LaTeXtools, but am unsure how to repair now.

0 Likes

#5

Resolved.

The at the end of the day, the issues was the LaTeXing package, which introduces this aggressive autocomplete. Removing the packages fixes the problem, after one rests the syntax to LaTeX and the build to automatic.

0 Likes