You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VSCode Emmet plugin fails to run Wrap with abbreviation in this case, maybe because it thinks that you’re trying to wrap attribute and quote makes this attribute invalid:
element and try to run "wrap with abbreviation" inside VS code, it fails — doesn't even pop the "enter abbreviation" prompt. This seems to be due to the single quote, probably breaking Emmet's parser.
Note that this seems to interact with #733 somehow, because the following example has no problem:
functionFoo(){return(<div>example's</div>)}
Thanks for all your wonderful work on Emmet!
The text was updated successfully, but these errors were encountered:
VSCode Emmet plugin fails to run Wrap with abbreviation in this case, maybe because it thinks that you’re trying to wrap attribute and quote makes this attribute invalid:
If you select the
element and try to run "wrap with abbreviation" inside VS code, it fails — doesn't even pop the "enter abbreviation" prompt. This seems to be due to the single quote, probably breaking Emmet's parser.
Note that this seems to interact with #733 somehow, because the following example has no problem:
Thanks for all your wonderful work on Emmet!
The text was updated successfully, but these errors were encountered: