Functions with async keyword don't autocomplete #53074
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Help Wanted
You can do this
Milestone
Bug Report
π Search Terms
async function autocomplete
π Version & Regression Information
async
β― Playground Link
Playground Link
π» Code
π Actual behavior
When trying to autocomplete
promiseFunctionName
, autocompletions are unavailableπ Expected behavior
It would show
promiseFunctionName
in the autocompletion, similar to how it works with functions without theasync
keyword.The text was updated successfully, but these errors were encountered: