I am using IntelliJ IDEA 15.0.6 with the Ruby plugin.
I noticed that when i write in java, the code completion popup automatically highlights the first suggestion like so -
this allows me to just press "enter" in order to complete the word and continue.
when i write in ruby, however, no suggestion is selected, like so -
this makes it so that i have to navigate with the arrow keys in order to pick a suggestion before i can hit "enter".
i tried digging deep in the preferences and all over the internet, but i can't seem to find out why this is happening. i tried adding the option "insert selected variant by typing dot, space, etc.", but it doesn't work because there is no "selected variant"
i know this sounds small, but it's cutting off my workflow horribly, and i believe there are others out there who would like to know how to do this.
thanks to anyone who can help