CSV Studio
View and edit CSV and TSV files as fast, interactive spreadsheets inside VS Code, with sorting, filtering, and column tools — free, offline, privacy-friendly.
VS Code Marketplace ↗ Open VSX ↗ Source on GitHub ↗
Key takeaways
- CSV Studio is a free Visual Studio Code extension that view and edit CSV and TSV files as fast, interactive spreadsheets inside VS Code, with sorting, filtering, and column tools — free, offline, privacy-friendly.
- It runs entirely offline inside the editor and keeps your files on your own machine.
- Install it free from the Visual Studio Marketplace or Open VSX in seconds.
- Core capabilities include custom editor for .csv and .tsv files with a scrollable grid; inline cell editing with Tab, Enter, and arrow navigation; toolbar: add/delete rows and columns, sort, filter, undo/redo, find & replace, export.
View and edit CSV and TSV files as an interactive spreadsheet inside VS Code.
Features
- Custom editor for
.csvand.tsvfiles with a scrollable grid - Inline cell editing with Tab, Enter, and arrow navigation
- Toolbar: add/delete rows and columns, sort, filter, undo/redo, find & replace, export
- Sticky header row and row-number column
- Column: click to sort, double-click to rename, right-click menu
- Row: click to select, right-click to insert, delete, or duplicate
- Filter bar per column (substring, case-insensitive)
- Find & replace panel with regex and whole-cell options
- Virtual scrolling for large files (configurable threshold, default 5000 rows)
- Copy/paste with Excel/Sheets-compatible tab-separated clipboard
- Document sync with the underlying file (VS Code undo, auto-save, external edits)
- Export CSV (save), JSON (new editor tab), TSV (save as)
Usage
- Open a
.csvor.tsvfile — it opens in CSV Studio by default. - Or right-click a CSV in the Explorer → CSV Studio: Open as CSV Studio.
- Edit cells directly; changes sync to the file and respect
files.autoSave. - Use the toolbar or command palette (
CSV Studio:commands).
Commands
| Command | Description |
|---|---|
| CSV Studio: Open as CSV Studio | Open file in the custom editor |
| CSV Studio: Reload | Reparse from disk |
| CSV Studio: Add Row / Add Column | Append row or column |
| CSV Studio: Delete Row / Delete Column | Remove selection |
| CSV Studio: Sort Ascending / Descending | Sort by selected column |
| CSV Studio: Toggle Filter | Show filter inputs |
| CSV Studio: Undo / Redo | Grid history (also Ctrl+Z / Ctrl+Y in webview) |
| CSV Studio: Export JSON / Export TSV | Export formats |
Settings
| Setting | Default | Description |
|---|---|---|
csvStudio.delimiter |
auto |
auto, ,, ;, \t, | |
csvStudio.hasHeader |
true |
First row is headers |
csvStudio.maxRowsBeforeVirtualScroll |
5000 |
Virtual scroll threshold |
csvStudio.encoding |
utf8 |
Encoding hint for status bar |
csvStudio.dateFormat |
YYYY-MM-DD |
Reserved for future date cells |
Frequently asked questions
What is CSV Studio for VS Code?
CSV Studio is a free Visual Studio Code extension that opens CSV and TSV files in a fast, spreadsheet-style grid with sorting, filtering, and column tools — without leaving the editor.
Does CSV Studio handle large CSV files?
Yes. CSV Studio renders tabular data in a virtualized grid so you can browse, sort, and filter large delimited files locally inside VS Code without exporting them to another app.
Is CSV Studio free and offline?
Yes. CSV Studio is free on the Visual Studio Marketplace and Open VSX, and it parses files locally on your machine, so your data never leaves your computer.
How do I install CSV Studio in VS Code?
Open the Extensions view in Visual Studio Code, search for "CSV Studio", and click Install — or get it from the Visual Studio Marketplace or Open VSX. No sign-in or account is required.
Why edit CSV files inside VS Code instead of a spreadsheet app?
Editing CSV and TSV files in VS Code keeps tabular data next to the code, scripts, and docs that use it, so you can review and adjust datasets without switching tools or breaking your workflow.
Hiring a senior Android / Flutter engineer?
I architect and ship production mobile software — Kotlin, Jetpack Compose, Flutter — for robotics, EV infrastructure, fintech, and real-time systems. Open to remote roles in Europe and the US.
Get in touch →All VS Code extension names
Complete index of Michael Samuel Naeem Visual Studio Code extensions for PDF, DOCX, Markdown, CSV, and workspace document workflows. Search engines can discover each exact product name, package, marketplace listing, and source page from this index.
- Context Porter DeveloperApplication
- CSV Studio DeveloperApplication
- DocxToMd DeveloperApplication
- DocxToPdf DeveloperApplication
- DocxViewer DeveloperApplication
- MdToPdf DeveloperApplication
- MdViewer DeveloperApplication
- PdfToMd DeveloperApplication
- PdfViewer DeveloperApplication