https://github.com/zalo/vertali
A Vertical Alignment Autoformatter for VSCode
https://github.com/zalo/vertali
autoformat vscode-extension wip-do-not-use
Last synced: 12 months ago
JSON representation
A Vertical Alignment Autoformatter for VSCode
- Host: GitHub
- URL: https://github.com/zalo/vertali
- Owner: zalo
- License: mit
- Created: 2020-12-05T21:40:16.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-05T21:42:49.000Z (about 5 years ago)
- Last Synced: 2025-01-14T23:40:04.184Z (about 1 year ago)
- Topics: autoformat, vscode-extension, wip-do-not-use
- Language: TypeScript
- Homepage:
- Size: 494 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Vertali
A work-in-progress (read: buggy) VS Code Plugin for Vertically Aligning Text for more visually pleasing code.
## Features
> Allows users to highlight blocks of code and right-click to vertically align them by special characters.

## Known Issues
- It often produces incorrect results, or results with extra spaces.
### Future Work
- Fix the bugs
- Produce more intuitive results when applied to the entire file.
## Release Notes
### 0.0.1 - Proof of Concept
Initial proof of concept.