diff --git a/README.md b/README.md index d9ed7f5..2f238ee 100644 --- a/README.md +++ b/README.md @@ -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.