Sublime Forum

Sublime text 3 tex autocomplete

#1

In other languages like c++, typing in v will prompt me with “std::vector v;”. However, in any tex file, autocomplete does not function at all. I have installed github.com/SublimeText/LaTeXTools and that did not make a difference. My config file looks pretty plain to me.

[code]{
“auto_complete_commit_on_tab”: true,
“ignored_packages”:

	"Vintage"
],
"trim_trailing_white_space_on_save": true

}[/code]

ctrl+l, e and other specific LaTeXTools keyboard shortcuts work fine, but autocomplete doesn’t. For example, the readme.md file says typing in bf should expand to \textbf{}(in text mode. The readme also says it will expand to \mathbf{} in math mode, but how do I do that?). There is no popup with suggestions, ctrl+space doesn’t work, and tab does not complete.

0 Likes