randy3k / UnicodeCompletion

Insert Unicode LaTeX δ and Emoji 🍻 to Sublime Text
24 stars 3 forks source link

autocomplete entries not showing up, when other autocompletions exist #8

Closed robinrosenstock closed 7 years ago

robinrosenstock commented 7 years ago

when there are autocompletions for, say... \allo than the entries for \a are not shownig up in the autocomplete (no \alpha and \aleph, are showing up). For bypassing this, I have to use some letter as the first letter, for that no autocompletions yet exists, for example \yno, then (in this particular example) I would push the backspace three times (\) and the autocompletions are showing up again when hitting a: \a.

__Info: The backlash \ is in my word_separators parameter inside my settings.__

I use the current Version of Sublime.

robinrosenstock commented 7 years ago

confirmed with a fresh installation

randy3k commented 7 years ago

It is now fixed. It was caused by the backslash autocompletion trigger of the latex syntax.