Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (21 loc) · 567 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 567 Bytes

vscode-surround README

Surround selection with if, try-catch

Installing

This extension is available for free in the Visual Studio Code Marketplace

ext install vscode-surround

Usage

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

Release Notes

1.0.1

Fix selection issue after try-catch surrounded

1.0.0

First release