vscode_rainbow_csv
vscode_rainbow_csv copied to clipboard
🌈Rainbow CSV - VS Code extension: Highlight CSV and TSV files in different rainbow colors to make them more readable
This is a great extension, but in my humble opinion, the 'align' command adds spaces in the wrong places: ```csv column 1 ,column 2 , column 3 1 ,2 ,...
Is there an option to include the header in the RBQL query results? Currently, I have to manually copy over the header to the resulting CSV. Would be amazing to...
Basically if I smash `shift+option+f` I would like it to run the `Align CSV Columns` command out of the box. Thanks!
An option to only display the aligned version without actually modifying the file would be great. If this "virtual align" is on, the file could be displayed aligned but if...
# Reproduction procedure * Turn on VS code following environment macOS Catalina: 10.15.2 VS code version: 1.45.1 Rainbow CSV version: 1.7.0 * Click New file on VS Code to create...
I open a CSV with $ as separator and not detecting it as a separator
Hello, Thank you for providing a useful extension, which improves my productivity. This is related to #13. In Python world, I'm regularly working with CSV-like files containing multiple comment (header)...
All on the title :)
I can't get JOIN RBQL to work when the two files I'm joining have been Aligned with spaces. After Shrink it works again.
In the [intent-rainbow](https://github.com/oderwat/vscode-indent-rainbow) plugin, there is a preference for a list of colours. When specified, the array would be processed on a loop, rather than the default colour list. When...