We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Highlight data with the same colors as it uses in .json file in editor, for example string | boolean | number:
.json
string
boolean
number
The text was updated successfully, but these errors were encountered:
interesting idea. can def. help to differentiate data types in table columns. I like it!
Sorry, something went wrong.
@usernamehw btw, if we go this route, should we add separate CSV tab and create rainbow CSV view?
Data analysts and devs seem to like it a lot: https://github.com/mechatroner/vscode_rainbow_csv
Yes, coloring columns with random colors for .csv would be an improvement.
.csv
Another feature might be coloring based on column name or column data pattern:
date
/\d+/
I don't know if .csv columns are always of the same data type or not though.
No branches or pull requests
Highlight data with the same colors as it uses in
.json
file in editor, for examplestring
|boolean
|number
:The text was updated successfully, but these errors were encountered: