0
我喜歡縮進代碼的重複行,這樣他們很容易看,看到小的差異。作爲一個例子,這是難以閱讀:可以textmate安排我的代碼到可讀列嗎?
address = "1800 Washington St."
name = "George McGoo"
user_type = "admin"
但是這很容易閱讀:
address = "1800 Washington St."
name = "George McGoo"
user_type = "admin"
有沒有辦法在TextMate中做到這一點不戴我的空間吧?
編輯:感謝梅林的對齊指派解決方案。我希望更多的東西通用的,我可以用它來對齊文本這樣的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; }
這很好,但我在尋找更一般的東西(請參閱編輯)。 – muirbot 2013-05-02 23:26:57
我不認爲Textmate可以做到這一點。您可能能夠修改對齊命令的Ruby代碼。這似乎是可行的,雖然我對正則表達式無能爲力。 :) – 2013-05-02 23:40:22