score:1

honestly, i find idea scarily good at reading my mind of what method i want to call next. and it usually just takes a couple letters for it to narrow down what i'm looking for pretty precisely.

but, i think what you may be looking for is the "sort lookup items lexicographically" option, in the settings window under editor / general / code completion. this always sorts the list by the name, rather than by predicting a few things to put at the top.

you can read more about it and the other code completion options in the intellij idea documentation.

screenshot of editor / general / code completion / sort lookup items lexicographically


Related Query

More Query from same tag