This commit is contained in:
Bing Ren 2022-08-18 14:44:27 +02:00 committed by GitHub
commit cfc37bef55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
- [Remote VSCode](#remote-vscode)
- [REST Client](#rest-client)
- [Text Power Tools](#text-power-tools)
- [Tidy Explorer](#tidy-explorer)
- [Todo Tree](#todo-tree)
- [Toggle Quotes](#toggle-quotes)
- [Typescript Destructure](#typescript-destructure)
@ -878,6 +879,18 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
![Text Power Tools](https://raw.githubusercontent.com/qcz/vscode-text-power-tools/89a1d9d7be3edfc9bcf112fe427c662655cb60cc/images/filtering.gif)
## [Tidy Explorer](https://marketplace.visualstudio.com/items?itemName=bingtimren.tidy-explorer)
> Tidy up your file explorer, hide or pin files and folders with just one click.
![Tidy Explorer](https://github.com/bingtimren/vscode-tidy-explorer/raw/HEAD/images/switchboard.png)
This extension allows you to configure glob patterns and group related glob patterns into "Pockets". Then you can toggle the files that match an individual pattern or all patterns in a Pocket to:
- hide the files in the file Explorer (one-click adding into the "files.exclude" setting)
- pin the files in the "Tidy Explorer"
When you have a complex project with a large number of files and folders, this extension help you reduce the distractions from uninterested files (e.g. auto-generated) and focus on the files you are working on.
## [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.