Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chtenb/vscode-tsv
Automatically set the tabsize to align column cells without modifying the file.
https://github.com/chtenb/vscode-tsv
tsv vscode vscode-extension
Last synced: 2 months ago
JSON representation
Automatically set the tabsize to align column cells without modifying the file.
- Host: GitHub
- URL: https://github.com/chtenb/vscode-tsv
- Owner: chtenb
- Created: 2021-01-28T10:04:26.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-26T15:30:01.000Z (over 1 year ago)
- Last Synced: 2023-07-26T17:12:44.299Z (over 1 year ago)
- Topics: tsv, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ctenbrinke.vscode-tsv
- Size: 239 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCode TSV
## Features
- Automatically adjust the tabsize based on the widest column content within the file.
- Disable line wrapping for tsv files.
- Command to toggle extension on/off on a per-file basis.## Building locally
```
npm install
npm install -g vsce
vsce package
code --install-extension vscode-tsv-xxxx.vsix
```