Shresht7 / vscsv

VS Code Extension for CSV and TSV language support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscsv

A Visual Studio Code extension for CSV/TSV language support.

๐Ÿš€ Features

  • Preview to see the data in a table.
  • "Syntax highlighting" for columns makes it easier to read and understand the raw data.
  • Diagnostics and validation.
  • Hover information for cells.
  • Document symbols for the outline and "Go to symbol" commands.
  • Status-bar information.
  • Sticky column headers.

โš™๏ธ Extension Settings

Feature Toggles

  • vscsv.enableSyntaxHighlighting: Enable "syntax highlighting" for columns. (default: true)
  • vscsv.enableDocumentSymbols: Enable document symbols. (default: true)
  • vscsv.enableHoverInformation: Enable hover information. (default: true)
  • vscsv.enableDiagnostics: Enable diagnostics. (default: true)

๐Ÿ“ƒ License

This project is licensed under the MIT License - see the LICENSE file for details.

About

VS Code Extension for CSV and TSV language support

License:MIT License


Languages

Language:TypeScript 96.4%Language:JavaScript 2.9%Language:CSS 0.7%