Releases: DungGramer/vs-aligner
Releases · DungGramer/vs-aligner
Release v1.2.1
- Define the character users want to align columns.
Release v1.0.0
Features
- Align comments within a selected range in your code.
- Automatically detects and aligns comments with different lengths.
- Supports single-line comments. (feature update: support multi-line)
- Easily customizable to fit your preferred comment alignment style.
Configuration options:
commentAligner.tabSize
: Set the number of spaces for alignment (default is 4 spaces).commentAligner.alignmentChar
: Choose the character used for alignment (default is space).