Should code completion preselect in the dropdown?
For example, if I write "object.l", this opens a dropdown with "length". Should the length be selected, so pressing "enter", inserts it directly or should I first need to press "down arrow"?
In visual studio, it is not preselect if I write a function, but does preselect for members. Is there some common approach?