-
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
Emmet abbreviation with (...)*n doesn't work #27784
Comments
@sergeche abbreviations like For example: The below case expands to just
Is this a known issue? |
No, it is not a known issue. The old emmet IS able to resolve it. Edit: Unfortunately, I can't provide a gif because it would be more than 10MB. :/ |
I do, don't mention it. 😉 |
Logged emmetio/atom-plugin#23 for upstream issue |
@sergeche I have created a PR to fix this issue. emmetio/output-renderer#1 Can you please take a look. Grouping seems to be one of the important cases in emmet abbreviations. |
Fix repeat on groups microsoft/vscode#27784
It has been merged, so this issue can be resolved, can't it? |
Re-opening as nested groups are still not working as expected Eg:
instead of
PR to upstream repo has been submitted emmetio/abbreviation#4 |
Then you might want to actually open it again? @ramya-rao-a |
haha! thought I did. |
Upstream PR emmetio/abbreviation#4 is merged and the changes are pulled into VS Code as well. |
#27316
div*2
produces 2 divs(div)*2
and(div>span)*2
expand -> the abbreviation is replaced with empty stringWorks with old emmet
The text was updated successfully, but these errors were encountered: