Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Typescript AutoawaitNew to Visual Studio Code? Get it now.
Typescript Autoawait

Typescript Autoawait

StanNthe5

|
11 installs
| (0) | Free
automatically add missing'async/await' keywords when you save a typescript file.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TypeScript Autoawait

This VScode extension automatically add 'await' keyword when you autocomplete a function name, add missing 'async' keyword to the context function.

Alert

This plugin is not intended for beginners. It’s simply a helper to reduce some repetitive work. You should have a solid understanding of how asynchronous behavior works in JavaScript before considering using it.

Demo

Plugin Demo

What if I want a Promise

Now you have to manually type full function name to avoid autoComplete to be trigered. Or manually remove the 'await' after added. If you have any idea on this, submit a post on the Discussion tab.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft