We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Set emmet.useNewEmmet to `true
emmet.useNewEmmet
In an html file, create a style/script tag. Anything you type inside gets treated as an html abbreviation to expand.
style
script
since this abbreviation is suggested at the very top, users will always have to navigate the list for their actual preferred completion item
The text was updated successfully, but these errors were encountered:
Well, tbh, I don't see the problem in the script tag, because you can always include a template in it:
myFancyElement.innerHTML = '<div class="exampleClass">How are you doing?</div>';
Sorry, something went wrong.
Closing as this can be covered as part of #28202
@ramya-rao-a You're referencing to the same issue?
haha.. sorry I am a little sleep deprived today. I meant #28039
ramya-rao-a
No branches or pull requests
Set
emmet.useNewEmmet
to `trueIn an html file, create a
style
/script
tag.Anything you type inside gets treated as an html abbreviation to expand.
since this abbreviation is suggested at the very top, users will always have to navigate the list for their actual preferred completion item
The text was updated successfully, but these errors were encountered: