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

Auto Alignment

AutoAlignment

|
10,931 installs
| (0) | Free
Auto Alignment of your code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Buy me a coffeeBuy me a coffee

Auto Alignment

Auto Alignment of your code

Shortcuts

There's no built-in shortcut comes with the extension, you have to add shotcuts by yourself:

  1. Open Command Palette and type open shortcuts to open keybinding settings
  2. Add something similar like this:
{ 
  "key": "ctrl+=",  
  "command": "wictor.autoalignment",
  "when": "editorTextFocus && !editorReadonly" 
}

Example

example

Credits

The base source code for this extension is the Better Align

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft