'How to configure PyCharm for automatic code completion without ^space?

When typing in PyCharm, I used to automatically get code-completion suggestions without having to hit Ctrl+Space.

I must have accidentally (not sure how) changed my configuration to disable this, because now I have to hit Ctrl+Space to see the suggestion list.

Before, when trying to import randrange from random, I would type:

from ra

and would automatically get a list of options including ra.



Solution 1:[1]

In Settings ? Editor ? Code Completion check ? Autopopup code completion.

Here's a screenshot from IDEA with what I'm pretty sure are the defaults for that whole thing. PyCharm should be about the same.

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 user3942918