How enable automatic completion for import statements in PyCharm 2022.2?

for example:

from os import .... (here i need to press Ctrl + Space to get the a list with all functions/methods... from "os" module.
But how to get the list automatically (while i typing), without pressing Ctrl + Space?
from os import ... here automatically show list without my intervention.

0

Hello,

 

the completion should be provided after you type the first letter of function/method, otherwise it will not. 

 

You are welcome to submit a feature request at https://youtrack.jetbrains.com/issues/PY

Information on how to use YouTrack: https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications

0

请先登录再写评论。