Skip to content

[html] support goto definition on built-in symbols inside of script  #236603

@psnet

Description

@psnet

Does this issue occur when all extensions are disabled?: Yes

Version: 1.96.1 (user setup)
Commit: 42b2661
OS: Windows_NT x64 10

Steps to Reproduce:

  1. Create new file with html type
  2. Put code
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>

<body>
    <script>
        const b = new Blob([]);
    </script>
</body>

</html>
  1. Press ctrl and hover cursor over Blob to see underline to go to definition
  2. No underline below Blob and click on it doesnt do anything

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitieshtmlHTML support issuesinsiders-releasedPatch has been released in VS Code Insidersverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions