How to change IntelliJ suggested list order
已回答
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!
请先登录再写评论。
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.