Merge pull request #317 from qcz/patch-1

Add Text Power Tools to the list of Productivity extensions
This commit is contained in:
Valerii Iatsko 2020-07-16 13:20:13 +02:00 committed by GitHub
commit c9fd9d0a44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [Remote Development](#remote-development)
- [Remote VSCode](#remote-vscode)
- [Settings Sync](#settings-sync)
- [Text Power Tools](#text-power-tools)
- [Todo Tree](#todo-tree)
- [Toggle Quotes](#toggle-quotes)
- [Typescript Destructure](#typescript-destructure)
@ -784,6 +785,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you
![Settings Sync](https://i.imgur.com/QZtaBca.gif)
## [Text Power Tools](https://marketplace.visualstudio.com/items?itemName=qcz.text-power-tools)
> All-in-one extension for text manipulation: filtering (grep), remove lines, insert number sequences and GUIDs, format content as table, change case, converting numbers and more. Great for finding information in logs and manipulating text.
![Text Power Tools](https://raw.githubusercontent.com/qcz/vscode-text-power-tools/89a1d9d7be3edfc9bcf112fe427c662655cb60cc/images/filtering.gif)
## [Todo Tree](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.todo-tree)
> Custom keywords, highlighting, and colors for TODO comments. As well as a sidebar to view all your current tags.