Merge pull request #309 from Kruemelkatze/vscode-dashboard

Included vscode-dashboard
This commit is contained in:
Valerii Iatsko 2020-05-11 08:40:53 +02:00 committed by GitHub
commit 3f48fe3b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -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.