Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Copy Markdown Table to TSVNew to Visual Studio Code? Get it now.
Copy Markdown Table to TSV

Copy Markdown Table to TSV

MetroSoft-Application

|
1 install
| (0) | Free
Convert Markdown tables to TSV format and copy to clipboard.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Copy Markdown Table to TSV

A VS Code extension that converts selected Markdown tables to TSV or CSV format and copies them to the clipboard.

Features

  • Convert Markdown tables to TSV format
  • Convert Markdown tables to CSV format
  • Automatically copy the result to clipboard
  • Easy access from context menu

Usage

  1. Open a Markdown file (.md)
  2. Select the Markdown table you want to convert
  3. Right-click and select "Convert Markdown Table to TSV" or "Convert Markdown Table to CSV"
  4. The converted format will be copied to your clipboard

Example

Markdown Table

| Name | Age | Occupation |
| --- | --- | --- |
| John | 30 | Engineer |
| Jane | 25 | Designer |

Converted (TSV)

Name	Age	Occupation
John	30	Engineer
Jane	25	Designer

Converted (CSV)

Name,Age,Occupation
John,30,Engineer
Jane,25,Designer

Requirements

  • Visual Studio Code 1.60.0 or higher

License

This extension is released under the MIT License.

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