Skip to content

wictorChaves/auto-alignment

Repository files navigation

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