From 41a5802538fd7fad26b773bd237f57443d68c4b6 Mon Sep 17 00:00:00 2001 From: John Su Date: Thu, 23 Jan 2020 18:38:20 +0000 Subject: [PATCH] Add Rainbow CSV under productivity --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7d46b9..bdafcc8 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,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) @@ -712,6 +713,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.