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
Steps to Reproduce:
#17456
The text was updated successfully, but these errors were encountered:
This is documented as requiring an end tag: https://developer.mozilla.org/en/docs/Web/HTML/Element/script
This is unlike br, which is documented as not having an end tag: https://developer.mozilla.org/en/docs/Web/HTML/Element/br
Sorry, something went wrong.
intellisense suggest and to complete (when I write < and press tab) end tag like
<
<$ (this tag doesn't exist in HTML file)
<$
instead of </script>
</script>
when tag <script> include attribute src, better is when intellisense to suggest </script>
(sry for my English)
duplicate of #12787
aeschli
No branches or pull requests
Steps to Reproduce:
#17456
The text was updated successfully, but these errors were encountered: