Skip to content
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

[FIX / Improve] #17456 when tag script included atribute src, intellisense suggest JS code, but don't end tag "</script>" #24323

Closed
ghost opened this issue Apr 8, 2017 · 3 comments
Assignees

Comments

@ghost
Copy link

ghost commented Apr 8, 2017

  • VSCode Version: 1.11.1
  • OS Version: ALL

Steps to Reproduce:

screenshot_112

#17456

@chrmarti
Copy link
Collaborator

chrmarti commented Apr 8, 2017

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

@chrmarti chrmarti self-assigned this Apr 8, 2017
@chrmarti chrmarti added the info-needed Issue requires more information from poster label Apr 8, 2017
@ghost
Copy link
Author

ghost commented Apr 8, 2017

intellisense suggest and to complete (when I write < and press tab) end tag like

<$ (this tag doesn't exist in HTML file)

screenshot_3

instead of </script>

when tag <script> include attribute src, better is when intellisense to suggest </script>

(sry for my English)

@chrmarti chrmarti assigned aeschli and unassigned chrmarti Apr 10, 2017
@chrmarti chrmarti removed the info-needed Issue requires more information from poster label Apr 10, 2017
@aeschli
Copy link
Contributor

aeschli commented Apr 10, 2017

duplicate of #12787

@aeschli aeschli closed this as completed Apr 10, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants