SublimeText / LaTeXTools

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

Tab auto-complete not included in *.sublime-completions files #1407

Closed NeoFantom closed 5 years ago

NeoFantom commented 5 years ago

I defined a auto complete map in math environment as

par -> \\partial

But when I type par+tab, it completes to paragraph. How ever this completion is not even included in any sublime-completions file. Why this happened? How can I cancel this default completion?

ig0774 commented 5 years ago

This shortcut is provided by the Paragraph.sublime-snippet file in the LaTeX default package included with ST. (You can see here for details on where ST loads completions from).

I think, though cannot be sure, that you can change this by using the Package Resource Viewer to edit the Paragraph.sublime-snippet file and changing the tab trigger to a blank.