#AutoAlignment
This is a plugin for the cloud IDE Codiad. It adds an ability to improve the code style for a better readability.
#Channellog
- 1.0.0: Supports now finally multi selection
- 1.1.0: Align prefixed css values with
Alt-A
#Installation
- Download the zip file and unzip it to your plugin folder.
#Methods
##Align Lines
- Align every line of the selection to the same column.
- Hotkey: Ctrl-Alt-Shift-A (Win/Linux) / Command-Alt-Shift-A (Mac)
##Align Equal Signs or Colons
- Align every equal sign or colon of the selection on the same column.
- Hotkey: Ctrl-Alt-A (Win/Linux) / Command-Alt-A (Mac)
##Align prefixed CSS Rules
- Hotkey: Alt-A
#Basic Use
- Select the code which should be auto aligned.
- Press the shortcut
#Example
###Align Equal Signs or Colons
####Before
####After
###Align Lines
####Before
####After
###Align prefixed CSS rules
###More Information





