A VSCode extension that uses the inlay hints to render csvs as columns.
Tip: We recommend that this is used with the rainbow csv extension, which will color the columns.
A CSV like this:
grant,murphy,whaddup,1234,dog
d-train,mochi,hi,1,kitten
Would be rendered like this:
grant ,murphy,whaddup,1234,dog
d-train,mochi ,hi ,1 ,kitten
- It works for bigger files now
- Added a gif and features section to the readme.
Solved top issue, we think it's working with commas in cell values now.
It doesn't seem to handle different separators very well. That's in progress.
Experimenting with CICD in github.
VSCode was updated and the default inlay hint truncation was removed
Enhanced README
Lol put in an icon.
Learned that VSCode October 2024 release fixes the inlay hint truncation. See VSCode issue 205708.
- Big thanks to Noé SELLAM for filing the first issue!!
If you like CSV Aligner, please consider paying it forward by taking a pledge at Giving What We Can or donating to GiveWell.