How to change IntelliJ suggested list order
Answered
Hi
Since using IntelliJ to code Java, everytime I type 'System.' IntelliJ autosuggests the next word to be 'out' which is what I want because I'm usually writing System.out.println().
However last week I used 'System.exit' and now the autocomplete has defaulted the suggestion to show 'exit' at the top of the list (see screenshot).
How can I change the autocomplete so that 'out' is at the top of the list?

Thanks!
Please sign in to leave a comment.
It remembers your last choices, just complete the different choice several times.
I've selected the 'out' option maybe a hundred times since selecting the 'exit' option so for some reason it isn't remembering my last choice anymore...
Thanks for reporting! It's a bug, I filed it as https://youtrack.jetbrains.com/v2/issue/IDEA-183683 which you can track.
No problem, any suggestions in the mean time on how I can get it working?
Thanks
To write "System.out.println", you can write "sout" and press Tab to invoke Live Template with this name.