Table view with search, sorting, and pagination.
The CSV / TSV viewer makes tabular files easier to inspect with search, sorting, and pagination.
Why it works well in VS Code / Cursor
It is useful when data files live next to code in the same project.
What you can do
- Parses CSV and TSV with a header row-based table layout.
- Searches across every column in real time.
- Sorts mixed values by clicking column headers.
- Supports multiple page sizes and page navigation.
- Shows rows/page summary so large files stay navigable.
Supported formats
CSV, TSV

Screen showing CSV / TSV in VS Code / Cursor.