Skip to content

JavaScript - IntelliSense list doesn't display full suggestions list. #43646

Closed
@pixieaka

Description

@pixieaka
  • VS Code Version: 1.55.1
  • OS Version: Windows 20h2

cc/ @mjbvz

First Problem


const elementsContainer = document.querySelectorAll('ul');
elementsContainer.forEach((e) => {
    e.addEventListener('dragenter', (e) => {
       e.preventDefault();
    });
});

2

Second Problem

Extracted to #43647

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

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFix AvailableA PR has been opened for this issueRescheduledThis issue was previously scheduled to an earlier milestone

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions