vscode-surround icon indicating copy to clipboard operation
vscode-surround copied to clipboard

Feature request: adding `new Promise` surround

Open ararTP opened this issue 1 year ago • 0 comments

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}
})

ararTP avatar Jun 23 '23 13:06 ararTP