Ruby/Rails 开发人员从 MacVim 转换为 TextMate 时必须了解的知识

发布于 2024-09-09 10:50:40 字数 175 浏览 3 评论 0原文

我是 vim 的长期用户,在 Ruby + Rails 项目范围内工作时听说过有关 TextMate 的精彩内容。诸如将代码分解为部分代码、代码块之间的导航之类的事情显然是轻而易举的。

当转换为 TextMate 专门用于构建纯 Ruby 或 Ruby on Rails 项目时,有哪些必须了解的捆绑包/技巧/最佳实践?

I am a long time vim user and have heard great things about TextMate when working in the scope of Ruby + Rails projects. Things like factoring out code to partials, navigation between code blocks are apparently a breeze.

What are some must known bundles/tips/best practices when converting to TextMate specifically for building either pure Ruby or Ruby on Rails projects?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

谎言月老 2024-09-16 10:50:40

我走了另一条路 - 从 TextMate 到 MacVim - 但发现这本书是一个巨大的福音刚开始学习TextMate时。它的作者是 James Edward Gray II,他在 Ruby 社区非常活跃,因此有很多特定于 Ruby 的提示和技巧。

我建议立即安装的一个捆绑包是 ackMate,因为我发现 TM 的搜索工具在查找时非常慢通过多个文件(这是我切换到 (Mac)Vim 的原因之一)。

I went the other way - from TextMate to MacVim - but found this book to be a huge boon when initially learning TextMate. It's by James Edward Gray II, who's very active in the Ruby community, so there are a lot of Ruby-specific tips and tricks.

One bundle I would recommend immediately installing is ackMate, as I found TM's search tools to be extremely slow when looking through multiple files (which is one of the reasons I switched to (Mac)Vim).

神爱温柔 2024-09-16 10:50:40

我写了一个学习 VIM 的指南,其中一栏解释了如何在 VIM 中执行每个命令,另一栏则解释了 Textmate 中的等效命令。它的目的是作为 Textmate 到 VIM 的教程,但反之亦然。它是根据 Rails 编写的。

Textmate 到 Vim

I wrote a guide for learning VIM with a column explaining how to do each command in VIM and another column for its equivalent in Textmate. It was intended as a Textmate to VIM tutorial, but works equally the other way around. It's written with Rails in mind.

Textmate to Vim

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