Skip to content

Releases: DungGramer/vs-aligner

Release v1.2.1

03 Dec 09:08
Compare
Choose a tag to compare
  • Define the character users want to align columns.

Release v1.0.0

11 Jan 11:09
Compare
Choose a tag to compare

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).