atom-alignment
                                
                                 atom-alignment copied to clipboard
                                
                                    atom-alignment copied to clipboard
                            
                            
                            
                        Alignment on commas
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 Timeline')
+navOption('books-articles', 'Books and Articles about Paul Rand')
+navOption('events-exhibits', 'Events and Exhibits')
+navOption('videos-interviews', 'Videos and Interview')
+navOption('portraits', 'Portraits')
+navOption('rand-house', 'The Rand House')
+navOption('his-inspirations', 'Inspirations')
+navOption('personal-items', 'Personal Items')
+navOption('death', 'Death')
to:
+navOption( 'biography'         , 'Biography and Timeline'             )
+navOption( 'books-articles'    , 'Books and Articles about Paul Rand' )
+navOption( 'events-exhibits'   , 'Events and Exhibits'                )
+navOption( 'videos-interviews' , 'Videos and Interview'               )
+navOption( 'portraits'         , 'Portraits'                          )
+navOption( 'rand-house'        , 'The Rand House'                     )
+navOption( 'his-inspirations'  , 'Inspirations'                       )
+navOption( 'personal-items'    , 'Personal Items'                     )
+navOption( 'death'             , 'Death'                              )
What combination of characters should I use? Have tried several combinations but nothing seems to work. Crashes Atom when trying to use just a comma.
Why didn't anybody ever reply to him ? I'm facing the same issue nearly 1 year later.
Replying to commenters and issues is so 2015. You know, like from when this issue was opened.
Just following up on this, wondering if there's a solution? Regex perhaps?
And I'd like a similar thing, except I want to align on the space after the comma (leaving the comma where it is).
This will receive attention shortly after the year of Gnu/Hurd on the desktop.
For anyone else that lands here, it's actually pretty easy to add support to https://github.com/adrianlee44/atom-aligner for this.
Hello,
Sorry about if this repository isn't update anymore but I can't find time to work on it. If someone want to maintain it or contribute to, feels free.