Vim 详细介绍了 Rails 的自动完成功能
我发现 python 的详细自动完成
是否有 Ruby on Rails 方法描述的类似内容?
I found nice detail autocomplete for python
Is there analog with description of methods for Ruby on Rails?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一篇不错的文章“使用VIM 作为完整的 Ruby on Rails IDE” 引用 rails.vim。这似乎是 Rails for VIM 的事实上的标准。 (不过,我还没有使用过它,但很快就会尝试一下。)这允许您执行许多与 Rails 相关的任务,但对自动完成没有帮助。
还有另一篇文章 “Vim 中的 Ruby 自动完成” (遗憾的是不再可用)这就是您正在寻找的内容。我不知道理解 Rails 的所有插件魔法和元编程内容是否足够聪明。它至少在 vim 的配置中提到了 Rails。
祝你好运:-)
There is a nice article "Using VIM as a complete Ruby on Rails IDE" which references rails.vim. This seems to be the de-facto standard on Rails for VIM. (However, I have not used it yet, but will try it soon.) This allows you to do a lot of Rails related tasks, but does not help with auto completion.
There is another article "Ruby Autocomplete in Vim" (which is sadly no longer available) which is what you are searching for. I do not know, if it is sufficient clever to understand all the plugin magic and meta-programming stuff of Rails. It mentions Rails at least in its configuration for vim.
So good luck :-)