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 {}
}