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

已回答

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

请先登录再写评论。