atom-alignment icon indicating copy to clipboard operation
atom-alignment copied to clipboard

Multi-line and multiple selection alignment package for atom

Results 32 atom-alignment issues
Sort by recently updated
recently updated
newest added

In my code I often want to align by '=' but there is a set of cases where I want it to alight all '=' except those that fit a...

`===` becomes `= = =`

It would be nice to have a feature to reverse it. For example: ``` var data = { apple: 'apple', bee : 'bee' } ``` ctrl+alt+r reverse it to ```...

Is there a way to align the values but maintain the colons stuck to the key? Thanks

**Atom**: `1.23.2 x64` on macOS **atom-alignment**: `0.13.0` ### Description I have a few lines I want to align. Those lines all contain the tab character, and I set the alignment...

I would like to use this package to align comments in Python. If I set Align By to `#` and Alignment Space Chars to `#`, I can modify the code...

I updated to Atom 1.19 and the multi-cursor alignment no longer works. From the example in the README (the vertical lines are removed and where my cursors are placed): ```...

```julia Axz .= Ax .- z u .+= Axz ``` should align as ```julia Axz .= Ax .- z u .+= Axz ``` but aligns as ``` Axz . =...

I'd like to align elements of my code for easier reading on the comma, but cannot get it to work. For example, I'd like to convert: ``` +navOption('biography', 'Biography and...

Atom: 1.0.0 atom-alignment: 0.12.1 Trying to align a **single** line containing brackets (`[...]` or `(...)`) doesn't work as expected. Trying to align **multiple** lines does work as expected. Consider the...