/vscsv

VS Code Extension for CSV and TSV language support

Primary LanguageTypeScriptMIT LicenseMIT

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.