Is it possible to prevent code-completion from inserting the first result when pressing enter?

Answered

It's beyond infuriating to type into a rails console

var.save

hit enter, and end up with 

var.save_regularly

The only option that seems to prevent this is turning code completion off altogether.

1
2 comments

Hello Matt,

sorry for that inconvenience. We've added an option for disabling this behaviour in 2018.2.2 RC, please refer to https://youtrack.jetbrains.com/issue/RUBY-22266

0

Wonderful news, thanks Olga!

0

Please sign in to leave a comment.