How code completion show classes and methods first?

时间:2018-09-28 17:47:11

标签: intellij-idea autocomplete

Is there any shortcut or preference configuration that when I press Ctrl + Space for code completion, it shows the classes and methods first?

Ex: When I text "Pages." and press Ctrl + Space, generic methods appear at the top of auto completion instead of the class "Menu".

object Pages {    
    object Menu {}
}

0 个答案:

没有答案