Add Tidy Explorer

Tidy up your file explorer, hide or pin files and folders with just one click.

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.

See https://marketplace.visualstudio.com/items?itemName=bingtimren.tidy-explorer
This commit is contained in:
Bing Ren 2022-01-08 12:31:43 +11:00 committed by GitHub
parent 0e1b53bcfb
commit fd732c5aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -125,6 +125,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [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)
@ -861,6 +862,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.