Get the latest tech news
Automatically add missing "async/await" keywords to your TypeScript code
This is a vscode extension. Automatically add missing "async/await" keyword when you save a typescript file. - stanNthe5/typescript-autoawait
There must be a "tsconfig.json" in your project folder. If you do not want some async function to be added "await", use "no-await" comment at the end of the call: The first converting is slow.
Or read this on Hacker News