Completing selection is does not work with RubyMine 7.1.2
Hi, I have a question.
This week, I updated RubyMine to 7.1.2 that is newest version.
But, "Suggestion Completing Selection" is does not work.
This is sample.
1.
I code `'Hello'.`, then suggestion is coming.
this is ok.
2.
Next, I tap Enter, then completing selection dose not work.
It is only new line.
In case of Older RubyMine, completing selection works. So, `'Hello'.require` is automatically coded.
What can i do?
Thanks, and sorry I'm not good in English.
Please sign in to leave a comment.
Hello,
this is result of the fix for https://youtrack.jetbrains.com/issue/RUBY-14326
To select preselected item you need to use TAB, this was done to aboid problems with selecting pre-selected element from completion when user press enter to just insert a new line.
Regards, Oleg.
Hi, Oleg.
Thank you for your answer and ticket information.
I understood that I must use TAB.
And, this is new spec of RubyMine.
>To select preselected item you need to use TAB
Thank you :)