-
Notifications
You must be signed in to change notification settings - Fork 30k
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: Wrap with abbreviation doesnt work when abbr contains {} #45724
Comments
Upstream issue: emmetio/expand-abbreviation#20 |
Also, abbreviation cannot be expanded with TAB if it contains {} or [], only with enter |
@vedranjaic Please provide an example |
Ahh sorry, it is actually a problem with the way or the order of typing, for example: I have to delete what ever the last character is and re-type it... Because this way you jump-start the Emmet recommendation tooltip and the ability to expand the abbreviation either by "Tab" or "Enter" |
@vedranjaic If you want emmet expansion to be triggered on tab in the absence of the suggestion widget, see https://code.visualstudio.com/docs/editor/emmet#_using-tab-for-emmet-expansions |
@ramya-rao-a working, thanks! |
\closedWith dc5a3da |
Steps to Reproduce:
Use
ul>li{hello}
to wrap some text using theEmmet: Wrap with Abbreviation
commandExpected:
Actual:
This gets worse during live preview that's available in the Insiders.
By the time
{he
is typed, the text is wrapped inside<he>Hello world</he>
Also try
ul>li{hello}+li.bye
The text was updated successfully, but these errors were encountered: