Surround selection with if
, try-catch
This extension is available for free in the Visual Studio Code Marketplace
ext install vscode-surround
Surround with if
- Select what you want to surround
- Press
cmd+shift+p
open command panel - Choose
Surround with if
Surround with try-catch
- Select what you want to surround
- Press
cmd+shift+p
open command panel - Choose
Surround with if
Fix selection issue after try-catch
surrounded
First release