-
Notifications
You must be signed in to change notification settings - Fork 37.4k
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughtmlHTML support issuesHTML support issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded
Milestone
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.100.0-insider
In an HTML file, if one does
<script>
window.
</script>There will be IntelliSense autocomplete after the dot. Similarly, it also works with single and double quoted type=module:
<script type="module">window.</script>
<script type='module'>window.</script>However, when doing
<script type=module>window.</script>There is no autocomplete at all. Using the bare quote less attribute value is valid HTML, so this should be supported.
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughtmlHTML support issuesHTML support issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsidersverifiedVerification succeededVerification succeeded