Autocompletion not showing in Android Studio with dual screens

18,317

Solution 1

It was actually a display problem. I'm using two screens, and the suggestions only appear when the IDE is on the main one.

The (imperfect) solution is to define the display where I'm using the IDE as the main one.

Solution 2

Preferences > Keymap > Code > Completion > Basic/SmartType:

enter image description here

Share:
18,317
MasterScrat
Author by

MasterScrat

Florian Laurent is a software engineer mostly interested in reinforcement learning, JavaScript and mobile development.

Updated on June 12, 2022

Comments

  • MasterScrat
    MasterScrat almost 2 years

    I just switched from Eclipse to Android Studio (IntelliJ).

    I can't figure out how the autocompletion works! I tried Control + Space, Control + Shift + Space but i have no relevant suggestion. Not in the Java files, not in the layout files.

    Is there another shortcut? Do I need to enable some option beforehand?