

Trying to press the TAB key after "1)"
Must have some way to expand only tags
Its valid complaint! will fix that soon. so that TAB only after __valid html tag__ must do that.
This is Emmet plugin work, it handles TAB key press in HTML.
Emmet supports complex things, and supports 'unknown tags' like "wwwww", "eeee6" etc.

so I dont know what to do here: if I disable Emmet work after "6" I will disable it for OK abbreviation "li*6".
you can disable Emmet work on TAB by editing file
py/cuda_emmet/install.inf
by deleting
[item30]
section=events
events=on_key
keys=9
lexers=$lex
Made a workaround! in the Emmet plg. Must work much better; ignores non-tags.
beta updated!
It has really improved!
Only those characters that still unnecessarily expand, but it's already cool!


beta updated. Fixed most of this (but not for Unicode chars like 'celsuis' or 'paragraph', only for ascii symbols).
Perfect my friend!
Emmet supports complex things, and supports 'unknown tags' like "wwwww", "eeee6" etc.
This information is incorrect now, sorry! Does this information need to be true?

I don't understand. if user needs to expands 'foo' he still may call menu item in Plugins. IMO it's enough?
I don't understand. if user needs to expands 'foo' he still may call menu item in Plugins. IMO it's enough?
it's true thanks