The problem is:
IntelliJ shows fields or methods after I type dot (.), but when I select one of them, IntelliJ moves selected item to top of items regardless of alphabetic order. Then when I need to call all methods of an instance (for example), it is possible to forget call some methods because every time I select an items, their order will be changed
how can disable intellij idea autocomplete optimization and force it to order autocomplete options just alphabetically?

