Is it possible to prevent code-completion from inserting the first result when pressing enter?
已回答
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.
请先登录再写评论。
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
Wonderful news, thanks Olga!