Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```