有任何 TextMate 技巧/捆绑包来查找 Rails 文档吗?

发布于 2024-10-07 21:25:55 字数 132 浏览 4 评论 0原文

我知道这在“全功能”IDE 中很常见,而不是文本编辑器,但 TextMate 以其众多捆绑包走着独特的路线...我想知道是否有一种简单的方法,例如,单击 Ruby 或 Rails 类或方法并让 TextMate(或 shell)带我到定义或一些文档?

I know this is common in 'full featured' IDE's and not text editors but TextMate walks a unique line with its many bundles... I'm wondering if there is an easy way to, say, click on a Ruby or Rails class or method and have TextMate (or shell) take me to the definition or some documentation?

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

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

发布评论

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

评论(2

断桥再见 2024-10-14 21:25:55

There's one built into the rails bundle (^h) which uses api dock.

Another pretty nice way of doing it is using the rails os x dictionary, but it has a few downsides and I'm not sure what version of rails it's using (I'm pretty sure it's not rails 3, but I haven't checked).

你是我的挚爱i 2024-10-14 21:25:55

Ctrl-H 是了解 Ruby 或 Rails API 的绝佳选择。
但这不适用于项目中可能定义或包含的任何其他方法或类。对于那些我编写了一个 TextMate Bundle 命令(例如,您可以轻松地将其分配给 Ctrl+]),该命令查找插入符号下的类或方法的定义并将其显示在工具提示中,以及包含文件名和找到它的行。

看看:添加快捷方式TextMate 在工具提示中查找类或方法定义
希望您会发现它很有用;)

Ctrl-H is an excellent option to learn about Ruby or Rails API.

But this doesn't work for any other methods or class that may be defined or included in your project. For those I've written a TextMate Bundle command (you can easily assign it to Ctrl+] for example) that lookup for the definition of the class or method under the caret and displays it in a tooltip, along with the file name and the line where it was find.



Check it out: Add a shortcut to TextMate to lookup a class or method definition in a tooltip

Hope you'll find it useful ;)

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