mirror of
https://github.com/viatsko/awesome-vscode.git
synced 2025-04-17 22:33:24 -04:00
Merge fd732c5aa865a50f8a3cea52deb70c29c2671d86 into 474273c989f171733cd9174ebafe95288de3d61f
This commit is contained in:
commit
cfc37bef55
13
README.md
13
README.md
@ -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
|
||||
|
||||

|
||||
|
||||
## [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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user