vscode-surround
vscode-surround copied to clipboard
Feature request: adding `new Promise` surround
Firstly, thanks for this useful extension! I didn't see any option to surround with a promise, I think It would be nice to have such option:
new Promise((resolve, reject) => {
{CODE}
})