Skip to content

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

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

Closed
pixieaka opened this issue Apr 11, 2021 · 2 comments · Fixed by #48410
Closed

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

pixieaka opened this issue Apr 11, 2021 · 2 comments · Fixed by #48410
Assignees
Labels
Bug A bug in TypeScript Fix Available A PR has been opened for this issue Rescheduled This issue was previously scheduled to an earlier milestone

Comments

@pixieaka
Copy link

pixieaka commented Apr 11, 2021

  • 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

@mjbvz mjbvz transferred this issue from microsoft/vscode Apr 12, 2021
@mjbvz
Copy link
Contributor

mjbvz commented Apr 12, 2021

Here's the request:

[Trace  - 19:56:43.777] <semantic> Sending request: completionInfo (134). Response expected: yes. Current queue length: 0
Arguments: {
    "file": "/Users/matb/projects/san/y.js",
    "line": 3,
    "offset": 29,
    "includeExternalModuleExports": true,
    "includeInsertTextCompletions": true
}
[Trace  - 19:56:43.779] <semantic> Response received: completionInfo (134). Request took 2 ms. Success: true 
Result: {
    "isGlobalCompletion": false,
    "isMemberCompletion": false,
    "isNewIdentifierLocation": true,
    "optionalReplacementSpan": {
        "start": {
            "line": 3,
            "offset": 25
        },
        "end": {
            "line": 3,
            "offset": 29
        }
    },
    "entries": [
        {
            "name": "drag",
            "kind": "string",
            "kindModifiers": "",
            "sortText": "1",
            "replacementSpan": {
                "start": {
                    "line": 3,
                    "offset": 25
                },
                "end": {
                    "line": 3,
                    "offset": 29
                }
            }
        }
    ]
}

@mjbvz
Copy link
Contributor

mjbvz commented Apr 12, 2021

@pixieaka One bug per issue please. I'm splitting the second one to its own issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Fix Available A PR has been opened for this issue Rescheduled This issue was previously scheduled to an earlier milestone
Projects
None yet
5 participants