Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>AlignEqualsNew to Visual Studio Code? Get it now.
AlignEquals

AlignEquals

Dorian

|
552 installs
| (0) | Free
A command to align the equals in variable definitions
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Align Equals

A simple extension to align the equal signs.

let a = 1
let bb = 2
let ccc = 3

becomes

let a   = 1
let bb  = 2
let ccc = 3

To use it, simply highlight the text you want to align, type ctrl/cmd + shift + p to open the command palette then type alignequals to align the equal signs.

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