在 textmate 中自动格式化 ERB 模板

发布于 2024-08-17 23:51:28 字数 116 浏览 4 评论 0原文

当在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

掩饰不了的爱 2024-08-24 23:51:28

我认为最好的解决方案是使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文