Skip to content

Typescript autocomplete: extending an abstract class's async method get autocompleted incorrectly #57301

Closed
@JorensM

Description

@JorensM

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

  • VS Code Version: 1.85.2
  • OS Version: Windows 10
vscode.autocomplete.issue.mp4

Steps to Reproduce:

  1. Create an abstract class with an abstract async method ( returns a Promise)
  2. Create another class that extends this abstract class, and try to write the method using autocomplete, by starting with typing async
  3. See that it gets autocompleted incorrectly

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptFix AvailableA PR has been opened for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions