Included vscode-dashboard

This commit is contained in:
Kruemelkatze 2020-04-11 21:47:11 +02:00 committed by GitHub
parent 79f7c0df35
commit 559bd2d403
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,6 +95,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)
@ -741,6 +742,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.