Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shresht7/vscsv

VS Code Extension for CSV and TSV language support
https://github.com/shresht7/vscsv

csv tsv vscode-extension

Last synced: 12 days ago
JSON representation

VS Code Extension for CSV and TSV language support

Awesome Lists containing this project

README

        

# `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](./LICENSE) - see the [LICENSE](LICENSE) file for details.