-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zen Coding expansion issue #24596
Comments
I tested this in an html file and see this expanded to: <form action="">
<div class="form-group"><label for=""></label><select name="" id=""></select></div>
</form> Can you try disabling all extensions by launching code with the |
It works with extensions disabled. Thanks. I'll begin rooting out the culprit and post back. |
As far as I can tell it appears to occur with this extension active. https://marketplace.visualstudio.com/items?itemName=abusaidm.html-snippets I've left a commend on the authors website and also noted others expressing issues with Zen code expansions. |
I can repro this without the extension by having a user snippet with prefix "select" and trying to get emmet expansion on an abbreviation ending with "select" This is yet another case of an item from the suggestion list taking precedence over emmet expansion and is being tracked in #1952 You have a couple of options for working around this. |
This is now fixed in the latest Insiders by having the emmet expansion in the suggestion list. |
I just tried the following Zen snippet:
form>div.form-group>label+select
and this seems to insist on expanding to:
Where am I going wrong :)
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: