Open PierBover opened 9 years ago
I think that emmet would need to be a full-fledged autocomplete-plus provider. It's more work than you're probably picturing, but it's still worth doing.
Snippets show automatically in autocomplete-plus without the need to code a provider. I have made my own snippets and they show up without any extra work.
It makes sense that the HTML features of Emmet are not showing up without a provider, since those are not snippets per se. But the simple CSS snippets like the one I showed above should have no trouble appearing there.
Like the title says. I write
bgc
in a CSS file and the suggestions don't showbackground-color: #fff;
If I press
escape
to cancel the suggestions and presstab
the snippets do work.Is there a way around this or the only partial solution is to not use
tab
with Emmet?