Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shresht7/vscsv
- Owner: Shresht7
- License: mit
- Created: 2024-01-18T17:21:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T05:02:30.000Z (12 months ago)
- Last Synced: 2024-11-28T18:33:57.304Z (2 months ago)
- Topics: csv, tsv, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 227 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.