From 4cd28b547c9717ad662d6bd753deb94673328800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Yatk=C4=B1?= <26697004+yatki@users.noreply.github.com> Date: Sun, 17 Jun 2018 20:30:22 +0200 Subject: [PATCH] add surround --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 54089dd..c5e2345 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) - [Paste and Indent](#paste-and-indent) - [Sort Lines](#sort-lines) + - [Surround](#surround) - [Wrap Selection](#wrap-selection) - [Explorer Icons](#explorer-icons) - [VSCode Icons](#vscode-icons) @@ -481,6 +482,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![](https://raw.githubusercontent.com/Tyriar/vscode-sort-lines/master/images/usage-animation.gif) +## [Surround](https://marketplace.visualstudio.com/items?itemName=yatki.vscode-surround) + +> A simple yet powerful extension to add wrapper templates around your code blocks. + +![](https://raw.githubusercontent.com/yatki/vscode-surround/master/images/demo.gif) + ## [Wrap Selection](https://marketplace.visualstudio.com/items?itemName=konstantin.wrapSelection) > Wraps selection or multiple selections with symbol or multiple symbols