Sergey Chikuyonok
Sergey Chikuyonok
If you’re talking about underline for captured abbreviation, you can disable it in Emmet preferences (see Enable auto-complete option)
It’s not installation, it’s compilation issues. This repo contains already compiled binaries
This plugin (as well as PyV8) is deprecated, try new, upcoming Emmet 2 version, which is 100% Python codebase: https://github.com/emmetio/sublime-text-plugin
It looks like a temporary issue with GitHub, try again later
Try to update GCC https://github.com/sergeche/emmet-sublime/issues/129#issuecomment-10616306 or compile/install PyV8 manually
The Atom itself is deprecated and no longer supported. Please switch to another editor
Hi, looks interesting, will try to evaluate this feature
You need to open Emmet preferences and update [`syntax_scopes.html`](https://github.com/emmetio/sublime-text-plugin/blob/master/Emmet.sublime-settings#L30) to make Emmet understand that given syntax should be treated as HTML, and add/update [`abbreviation_scopes`](https://github.com/emmetio/sublime-text-plugin/blob/master/Emmet.sublime-settings#L55) so plugin can understand where to...
In CSS, the plugin expects `acceptCompletion` command that should insert current completion. As [docs says](https://codemirror.net/examples/autocompletion/), the Tab key is not bound by default for a11y reasons
Not sure if I should override Tab key on my side in this case. I think it will always run Emmet expand even if user picks another completion option