RandomFractals / vscode-data-table

Data Table 🈸 , Flat Data Grid 中 & Data Summary 🈷️ Renderers for VSCode Notebook 📓 Cell ⌗ Data Outputs
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-table
Apache License 2.0
25 stars 5 forks source link

Highlight different types of json #51

Open usernamehw opened 3 years ago

usernamehw commented 3 years ago

Highlight data with the same colors as it uses in .json file in editor, for example string | boolean | number:

Screenshot (145)

Screenshot (146)

RandomFractals commented 3 years ago

interesting idea. can def. help to differentiate data types in table columns. I like it!

RandomFractals commented 3 years ago

@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

usernamehw commented 3 years ago

Yes, coloring columns with random colors for .csv would be an improvement.

Another feature might be coloring based on column name or column data pattern:

I don't know if .csv columns are always of the same data type or not though.