Shougo / deoplete-rct

deoplete rcodetools source for Ruby
Other
24 stars 0 forks source link

Completion does not trigger inside of methods #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Steps to Reproduce

temp_file.rb

def meaning_of_life
  42.to_s
end

Expected Results

Line 3 -- 42.to_s does not suggest Integer#to_s.

Shougo commented 7 years ago

Reproduced. But it is rct-complete problem. I cannot fix it...