开发者

How can I get autocomplete to work for IntelliJ Ruby plugin?

开发者 https://www.devze.com 2023-02-23 06:34 出处:网络
I am using IntelliJ IDEA 9.0.4 with the latest ve开发者_C百科rsion 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.

I am using IntelliJ IDEA 9.0.4 with the latest ve开发者_C百科rsion 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...).

0

精彩评论

暂无评论...
验证码 换一张
取 消