python console and auto import not working for my project's code

Answered

I love use the python console, but the auto import is not working as in the editor. I can get the discovery of the class I want to use, but the `from myModule import MyClass` is not automatically added.

If I try to do that for an external package, it works fine. For example if I want to import something included in the django package it's ok, but anything in my project is found in the suggestion, but the import line is not added. What am I missing?

 

0
2 comments

You are probably referring to https://youtrack.jetbrains.com/issue/PY-3056, which is not yet implemented

1

Please sign in to leave a comment.