
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
CSV Rainbow
Advanced tools

Looks best on dark themes.
If the file doesn’t have a .csv/.tsv extension, click the language name in the bottom-right status bar and pick the correct dialect (CSV, TSV, CSV (semicolon), CSV (pipe), etc.).
Fastest way: select a separator character → right-click → Set as Rainbow separator
| Language ID | Separator | Typical extension | Notes |
|---|---|---|---|
| csv | , (comma) | .csv | Ignored inside quoted fields |
| tsv | TAB | .tsv, .tab | |
| csv (semicolon) | ; (semicolon) | Ignored inside quoted fields | |
| csv (whitespace) | whitespace | Consecutive spaces collapsed | |
| csv (pipe) | | (pipe) | ||
| dynamic csv | any character or string | User-defined |
Runs instantly on all Plain Text and *.csv files (checks only the first few lines).
Can be disabled or customized in extension settings.
"files.associations": { ".dat": "csv (pipe)", ".csv": "csv (semicolon)" } textLanguage IDs must be lowercase.
Validates quoting and column count consistency.
Re-run anytime with the CSVLint status bar button.
Files >300K lines or >20 MB → disable Editor: Large File Optimizations
Files >50 MB → VS Code disables all extensions automatically.
Increase contrast (especially useful on light themes):
Customization guide
Status bar buttons or commands:
Align – perfect space-padded columns
Shrink – remove leading/trailing whitespace from every field
Columns are referenced as a1, a2, a3…
Example:
SELECT a1, a2 * 10
WHERE a1 == "Buy" && a4.includes('oil')
ORDER BY Number(a2) DESC
LIMIT 100
textEven without SQL knowledge: SELECT a3, a1 extracts columns 3 and 1.
Full docs: https://github.com/codevunmis/vscode_rainbow_csv/blob/master/rbql_core/README.md

Vim • Atom • Sublime Text • IntelliJ • Notepad++ • Nano • gedit
Enjoy fast, colorful, and powerful CSV editing! 🚀
FAQs
Highlight CSV and TSV files, Run SQL-like queries
We found that codevunmis.csv-sql-tsv-rainbow demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.