From fd732c5aa865a50f8a3cea52deb70c29c2671d86 Mon Sep 17 00:00:00 2001 From: Bing Ren Date: Sat, 8 Jan 2022 12:31:43 +1100 Subject: [PATCH] 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 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index a89f5b2..223e222 100644 --- a/README.md +++ b/README.md @@ -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.