Trigger stop after previous trigger completion in tex file. ST3+latextools, I typed em then trigger happened and help me complete the contents \emph{cursor}
. However when I entered “bf” like \emph{bf}
, the trigger didn’t work. I hope it will be \emph{\textbf{cursor}}
. Are there solutions make it work?
Some of my settings:
"auto_complete_selector": [ "latex - comment", "meta.tag - punctuation.definition.tag.begin, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc" ],
"auto_complete_commit_on_tab": true,
"spell_check": false,