Code completion issue in Rails Console

I'm having an issue with the code completion in the rails console. If I run rails console from my terminal it launches pry and code completion works as expected. I can also open a Ruby scratch file inside RubyMine and the code completion works as expected but no luck with the RubyMine rails console run configuration. It looks correct, same way I launch it from my terminal. I'm including two screen shots of an ActiveRecord object I initialized in the scratch file and the console window and the different behavior I get from the code completion popup. Not sure if I'm missing anything. Any help appreciated.

Rails console screent shot:
(no code completion)

Ruby Scatch file:
(code completion)

0

Hello Grant,

We have a corresponding feature request about improving Rails specific code completion in the Rails console so could you please add your vote there:

https://youtrack.jetbrains.com/issue/RUBY-7937/Add-Rails-specific-code-completion-to-Rails-console

0

请先登录再写评论。