Shaw
Shaw
You can manually up the precedence for Tab by wrapping it in `Prec.high`
Do you have an example of how exactly that should be used? ``` abbreviationTracker({ preview: { html: // theme or language? } }); ```
Hm. But is that the way to actually load a theme? That would just be for the language syntax
Haven't been able to get this integrated yet, but that does seem like what I need. Would be great if it could automatically be inherited from the parent, but doesn't...
Updating this to say that snippets and expansions don't seem to be working in SCSS, Sass and LESS anymore, not just the preview. I'm setting the `syntax` based on the...
What's odd is we have Tab bound correctly and working in HTML and other languages, but it doesn't work specifically in CSS. I'll look into `acceptCompletion` to see if there's...
I may have figured out a manual tab override, but it's not great. Is there a way to detect if Emmet has an expansion / completion available from the current...
Thank you, @sergeche! Looks like the autocomplete extension only uses Tab for snippet fields, which may not really interfere with the Emmet completion. It would be great to have an...
The new option is working as expected. Gracias!
It does seem to be better about not jacking up the expansion, though it does still weirdly offer to expand the property as an abbreviation even after you've given the...