mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2024-12-28 08:39:24 -05:00
add paste and indent extension
This commit is contained in:
parent
f7bee1bd09
commit
6a2ff9c094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user