在 textmate 中自动格式化 ERB 模板
当在 Ruby on Rails 中手动使用 Textmate 格式编写 ERB 模板时,效果非常糟糕。
有人知道处理 ERB 模板/视图格式的 textmate 包吗?我的谷歌搜索什么也没找到。谢谢!
When writing ERB templates in Ruby on Rails using Textmate formatting by hand pretty much sucks.
Do anyone know of a textmate bundle that handles formatting of ERB templates/views? My googling has found nothing. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为最好的解决方案是使用 HTML (Rails) 捆绑包。
当您想要整理某些东西时,您需要进入“捆绑包”菜单>“ HTML>整齐的。
与缩进选择 (⌘-⌥-[) 相结合,可以满足我的大部分重新格式化需求。
注意:不幸的是,在 HTML (Rails) 捆绑包中,正常的整洁快捷方式 ⌃-⇧-H 会被覆盖,而是启动“在 *.html.erb 文件中时,从所选文本创建部分内容。我确信有办法改变这一点,但这对我来说还不够大,无法调查。
I think the best solution is to use the HTML (Rails) bundle.
And when you want to tidy something, you'll need to go up to the Bundles menu > HTML > Tidy.
That coupled with Indent Selection (⌘-⌥-[) , handles most of my reformatting needs.
NOTE: unfortunately, when in the HTML (Rails) bundle, the normal tidy shortcut ⌃-⇧-H gets overridden and instead launches the "Create a partial from the selected text" when in a *.html.erb file. I'm sure there's a way to change this but it hasn't been a big enough deal for me to investigate.