如何让自动完成功能适用于 IntelliJ Ruby 插件?
我正在使用 IntelliJ IDEA 9.0.4 以及最新版本的 Ruby 插件和 JRuby 1.6.0。自动完成似乎不起作用。按 ctrl-space 只会显示一些顶级内容。
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
如果我输入 M 和 ctrl-space,我希望在列表中看到 Mechanize,但我什么也没得到。如果我在空行上按 Ctrl-空格键,我会得到一些顶级内容(FILE、LINE、别名、开始...)。
I am using IntelliJ IDEA 9.0.4 with the latest version of the Ruby plugin and JRuby 1.6.0. Autocomplete doesn't seem to work. Pressing ctrl-space only shows me a few top level things.
require 'rubygems'
require 'mechanize'
agent = Mechanize.new
If I type M and ctrl-space I would expect to see Mechanize in the list but I get nothing. If I ctrl-space on an empty line I get a few top level things (FILE, LINE, alias, begin...).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论