diff --git a/README.md b/README.md index 89aeb08..e3c2cd5 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/ - [Path IntelliSense](#path-intellisense) - [Power Tools](#power-tools) - [PrintCode](#printcode) + - [Project Dashboard](#project-dashboard) - [Project Manager](#project-manager) - [REST Client](#rest-client) - [Rainbow CSV](#rainbow-csv) @@ -748,6 +749,12 @@ To enable Emmet support in .twig files, you'll need to have the following in you ![Switch between projects screenshot](https://raw.githubusercontent.com/alefragnani/vscode-project-manager/master/images/project-manager-commands.png) +## [Project Dashboard](https://marketplace.visualstudio.com/items?itemName=kruemelkatze.vscode-dashboard) + +> VSCode Project Dashboard is a Visual Studio Code extension that lets you organize your projects in a speed-dial like manner. Pin your frequently visited folders, files, and SSH remotes onto a dashboard to access them quickly. + +![Project Dashboard](https://user-images.githubusercontent.com/5564731/79053450-b7663700-7c3d-11ea-8498-bbfe7723b47f.gif) + ## [Rainbow CSV](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) > Highlight columns in comma, tab, semicolon and pipe separated files, consistency check and linting with CSVLint, multi-cursor column editing, column trimming and realignment, and SQL-style querying with RBQL.