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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -