Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CSV SplitViewNew to Visual Studio Code? Get it now.
CSV SplitView

CSV SplitView

Purestone

|
8 installs
| (0) | Free
Side-by-side split preview for CSV/TSV files as colorful tables
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CSV SplitView

GitHub Repo

CSV SplitView is a VS Code extension that lets you preview CSV and TSV files in a true side-by-side (split view) interactive table, making it easy to compare data and source at a glance.

Features

  • True split/side-by-side preview: See your CSV/TSV file as a colorful table right next to the raw text.
  • Click with Cmd (macOS) or Ctrl (Windows/Linux) on a cell to instantly jump to the corresponding field in the editor.
  • Theme-aware colors using VS Code theme variables.
  • Configurable row background mode with automatic light/dark detection.

Commands

  • CSV SplitView: Preview CSV (csv-splitview.preview)

Settings

  • csv-splitview.colors: Column color palette.
  • csv-splitview.rowBackgroundMode: auto, light, or dark.
  • csv-splitview.rowBackgroundLightOdd: Light theme odd row color.
  • csv-splitview.rowBackgroundLightEven: Light theme even row color.
  • csv-splitview.rowBackgroundDarkOdd: Dark theme odd row color.
  • csv-splitview.rowBackgroundDarkEven: Dark theme even row color.

Development

  1. Install dependencies: npm install
  2. Build: npm run compile
  3. Debug: Run the Run Extension launch target in VS Code.

Repository

https://github.com/Purestone/vscode-csv-splitview

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft