textmate可以将我的代码安排到可读的列中吗?

时间:2013-05-02 22:44:11

标签: textmate

我喜欢缩进重复的代码行,因此很容易看到并看到小的差异。例如,这很难理解:

address = "1800 Washington St."
name = "George McGoo"
user_type = "admin"

但这很容易阅读:

address   = "1800 Washington St."  
name      = "George McGoo"  
user_type = "admin"

有没有办法在Textmate中这样做而不会弄乱我的空格键?

编辑:感谢Meryn的Align Assignment解决方案。我希望有一些更通用的东西,我可以用它来对齐像这样的文本:

#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; }

1 个答案:

答案 0 :(得分:2)

您正在寻找的命令是“对齐分配”。

通过使用 ^⌘T打开包项目选择器来获取它,然后搜索。或直接使用⌥⌘]