Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Promise snippetsNew to Visual Studio Code? Get it now.

Promise snippets

progre

|
11,316 installs
| (2) | Free
Simple promise snippets for JavaScript and TypeScript
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Promise snippets

JavaScript

Trigger Content
promise new Promise((resolve, reject) => { ... });
promisef new Promise(function (resolve, reject) { ... });

TypeScript / JavaScript React / TypeScript React

Trigger Content
promise new Promise((resolve, reject) => { ... });
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft