
Hi,
I am having trouble with imports that are using an alias.
For example I have the following import statement:
import vector.canoe as xxx
When I enter "xxx." the intelli prompt show the package "canoe". I would have assumed the content of "canoe" is shown.
What is worse is that when I change the import statement to this:
import vector.canoe.tfs as xxx
Now after "xxx." the intelli prompt still shows the package "canoe".
Am I missing something here, or is this a bug? I am a python novice, so I am not really sure, how this should behave.
Best regards, Tobias Lingemann.