I am using RubyMine 2018.3. With the following, I didn't get suggestions for new
after typing up to ne
.
array1 = Array.new
With the following, I typed up to pus
, and didn't get auto-complete suggestion for push
.
array1.push("shivendra")
Similarly for insert
, pop
, and delete_at
. I do not get auto-complete suggestion.
- Is this issue happening only for me, or do others also face this issue?
- How can I make auto-complete work? I am willing to use any gem file, other editor, or external library.