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!

 

0
5 comments

It remembers your last choices, just complete the different choice several times.

0
Avatar
Permanently deleted user

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...

0

Thanks for reporting! It's a bug, I filed it as https://youtrack.jetbrains.com/v2/issue/IDEA-183683 which you can track.

0
Avatar
Permanently deleted user

No problem, any suggestions in the mean time on how I can get it working? 

Thanks

0

To write "System.out.println", you can write "sout" and press Tab to invoke Live Template with this name.

0

Please sign in to leave a comment.