轻松清理 TextMate 中的 HAML 间距
我喜欢 HAML,但对 制表符 与 空格 感到烦恼。有没有一种简单的方法可以在 TextMate 中将一个文件转换为另一个文件?
我更喜欢制表符,但我看到空格被大量使用...想知道这是否是首选,或者这是否是我在网络上看到的代码的产物?!?我真的不在乎,尽管在我看来,选项卡会更容易使用......
I'm liking HAML but running into annoyances with tabs vs spaces. Is there an easy way to convert a file from one to the other in TextMate?
I prefer tabs but I'm seeing spaces used alot...wondering if that's preferred or if that's an artifact of code I've seen posted to the web?!? I don't really care though it would seem, to me, that tabs would be simpler to work with...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
就这么简单:
Text >转换>空格到制表符
我也更喜欢制表符而不是空格(只要它们的大小为 2 个空格)。
编辑:
Textmate 2:'捆绑>来源>>将制表符转换为空格
快捷方式:⌃⇧⌘T(ctrl + shift + cmd + t)
现在我全力以赴,软选项卡始终处于打开状态;)
It's as simple as this:
Text > Convert > Spaces to Tabs
I prefer tabs over spaces too (as long as they are size of 2 spaces).
Edit:
Textmate 2: 'Bundles > Source > Convert Tabs to Spaces'
Shortcut: ⌃⇧⌘T (ctrl + shift + cmd + t)
Now I'm all in for spaces with soft tabs always on ;)
我编写了一个用于将空格中的制表符转换为制表符的宏,还有一个用于将空格转换为制表符的宏:
只需开始宏录制,执行查找和替换(使用全部替换)查找(制表符或空格)并替换为(另一个)。
I have a macro that I wrote to convert tabs in spaces, and another one for spaces to tabs:
Just start a macro recording, do a Find and Replace (with Replace all) finding (tabs or spaces) and replacing with (the other one).