Skip to content

ResolveCompletionItem is called on each keystroke #48619

Closed
@mjbvz

Description

Steps to Reproduce:

  1. Set "typescript.tsserver.trace": "messages"
  2. In a js file:
function fooooooooooooo() { }

foo
  1. Trigger suggestions at end of foo and start typing

Bug
In the typescript output panel, notice multiple completionEntryDetails calls in the logs as you type. This is caused by vs code calling resolveCompletionItem on the same item again for each keystroke

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions