VS Code tips —Converting functions to async in JavaScript and TypeScript

preview_player
Показать описание
Today's VS Code tip: Convert to async

Use the 'Covert to async' action to convert promise chains to async+await in JavaScript and TypeScript code.

Use the `Convert all to async` action to automatically convert every function in a file.
Рекомендации по теме
Комментарии
Автор

I dont see this option anymore in the new version of VScode or am I missing something?

chandrab
Автор

is this refactoring available in new update

hemantvetal