Skip to content
| Marketplace
Sign in
Visual Studio Code>Data Science>TSV PreviewNew to Visual Studio Code? Get it now.
TSV Preview

TSV Preview

丛雨

|
6 installs
| (0) | Free
Read-only TSV preview for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

TSV Preview

Read-only TSV preview for VS Code.

TSV Preview opens .tsv files in a custom preview that:

  • skips # comment lines when rendering tabular data
  • renders the first data row as table headers
  • preserves comments in a separate section
  • lets you switch between table view and raw TSV text

Features

  • secure webview rendering with CSP and escaped HTML
  • refreshes when the source document changes
  • lightweight bundled extension with no runtime dependencies

Usage

  1. Open a .tsv file in VS Code.
  2. Right click the file and choose Open With....
  3. Select TSV Preview.
  4. If you want, configure it as the default editor for .tsv files.
  5. Start using it.
  6. Use the toggle button in the top-right corner to switch between table view and raw TSV view.

Development

pnpm install
pnpm test
pnpm build

Release

See PUBLISHING.md for Marketplace packaging, publishing, and minimal public-repository export steps.

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