jarod2d/sublime_valign

Valign doesn't work

Closed this issue · 3 comments

It seems that doesn't work when I used Valign in sublime 2 on Mac.

When I pressed command+\ ,nothing happened. But I can undo valign, and nothing happen too.

such as:

    _appleid  = self.appleid
    _passwd   = self.passwd

Using VAlign on your example works for me -- it shifts the equal signs over, like this:

    _appleid = self.appleid
    _passwd  = self.passwd

Are you highlighting both lines at once? That's not supported yet -- for now you need to make sure you aren't selecting multiple lines.

I discovered a problem where VAlign wouldn't work if you had the Alignment plugin installed due to a naming conflict in settings properties. This may have been the issue you were having. Try upgrading the package and let me know if it still doesn't work.

If it doesn't work, can you open up the console (ctrl+`) and paste any errors that you see? Thanks!

Going to go ahead and close this, feel free to comment if it's still a problem.