Can textmate arrange my code into readable columns? -
i indent repetitive lines of code easy @ , see small differences. example, hard read:
address = "1800 washington st." name = "george mcgoo" user_type = "admin"
but easy read:
address = "1800 washington st." name = "george mcgoo" user_type = "admin"
is there way in textmate without wearing out space bar?
edit: meryn align assignment solution. hoping more general-purpose use align text css:
#anim_customer_panel_shadow { left: 341px; top: 389px; } #anim_customer_panel_3 { left: 394px; top: 260px; } #anim_customer_panel_highlight_3 { left: 391px; top: 266px; } #anim_customer_panel_3_text_highlight { left: 451px; top: 272px; }
the command you're looking "align assignments".
get opening bundle item selector ⌃ ⌘ t, search. or use ⌥ ⌘ ] directly.
Comments
Post a Comment