-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this
Milestone
Description
TypeScript Version: 3.1.0-dev.20180717
Search Terms: async completion suggestion
When inside another function, the async
keyword no longer appears in completion lists. This often happens when writing async tests using mocha
. See the following screenshots for a demonstration.
Not nested, async
is suggested:
Nested, async
is not suggested:
Expected behavior:
async
is suggested in both cases
Actual behavior:
It is not
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do this