From 6a2ff9c094dc0a0072f334885a2bcde52d94568a Mon Sep 17 00:00:00 2001 From: Vikrant Negi Date: Mon, 27 Mar 2017 17:30:07 +0530 Subject: [PATCH] add paste and indent extension --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d4b11c4..f5e5cc1 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Auto Rename Tag](#auto-rename-tag) - [beautify](#beautify) - [ECMAScript Quotes Transformer](#ecmascript-quotes-transformer) + - [Paste and Indent](#paste-and-indent) - [Sort Lines](#sort-lines) - [Uncategorized](#uncategorized) - [Code Runner](#code-runner) @@ -296,6 +297,12 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ![](https://cloud.githubusercontent.com/assets/970430/10563944/4cc04462-75d1-11e5-984b-41e0a21a72c3.gif) +### [Paste and Indent](https://marketplace.visualstudio.com/items?itemName=Rubymaniac.vscode-paste-and-indent) + +> Paste code with "correct" indentation + +![](https://github.com/vikrantnegi/vscode-personal-preference-setting/blob/master/screenshots/pasteandindent.gif) + ### [Sort Lines](https://marketplace.visualstudio.com/items?itemName=Tyriar.sort-lines) > Sorts lines of text in specific order