Closed
Description
The await
suggestion is still not working as of typescript@3.2.1.
I tested on VSCode - Insiders 1.30.0.
So I open an issue again.
Thank you.
TypeScript Version: typescript@3.2.1
Search Terms:
- await
- suggestion, completions
Code
In a js or ts file, trigger intellisense at the |
awa|
Expected behavior:
Entry for the await
keyword returned.
Actual behavior:
No suggestion for this keyword included in suggestion results
Playground Link:
Link Here
Related Issues:
From Microsoft/vscode#60133
From Microsoft/vscode#61323
From Microsoft/TypeScript#27622
After Pull Requests Microsoft/TypeScript#27896
After Pull Requests Microsoft/TypeScript#27912