Merge pull request #287 from Tyncture/master

Add Rainbow CSV
This commit is contained in:
Valerii Iatsko 2020-02-19 20:05:36 +01:00 committed by GitHub
commit 509afb20b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ A curated list of delightful [Visual Studio Code](https://code.visualstudio.com/
- [PrintCode](#printcode)
- [Project Manager](#project-manager)
- [REST Client](#rest-client)
- [Rainbow CSV](#rainbow-csv)
- [Remote Development](#remote-development)
- [Remote VSCode](#remote-vscode)
- [Settings Sync](#settings-sync)
@ -726,6 +727,11 @@ 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)
## [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.
![Rainbow CSV](https://i.imgur.com/PRFKVIN.png)
## [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)
> Allows users to open any folder in a container, on a remote machine, container or in Windows Subsystem for Linux(WSL) and take advantage of VS Code's full feature set.