Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>code-weaver-kitNew to Visual Studio Code? Get it now.
code-weaver-kit

code-weaver-kit

ademarsj

| (0) | Free
Organize and align code selections in VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Code Weaver Kit

A VS Code extension to organize and align code selections.

Commands

Organize in Columns

Redistributes selected lines into a fixed number of items per line.

Input:

example1,
example2,
example3,
example4,
example5,

Output (2 items per line):

example1, example2,
example3, example4,
example5,

Align by Separator

Aligns selected lines by a common separator character.

Input:

exam = 1;
examp = 2;
example = 3;
ex = 4;

Aligned by =:

exam   = 1;
examp  = 2;
example= 3;
ex     = 4;

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft