Closed
Description
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:
- Create an abstract class with an abstract async method ( returns a Promise)
- Create another class that extends this abstract class, and try to write the method using autocomplete, by starting with typing
async
- See that it gets autocompleted incorrectly