Hi.
I have the problem that in one constellation code completion is not working.
Directory structure is as follows:
common
moduleA.py
moduleB.py
client
__init__.py
server
__init__.py
When I import a module from within "client" or "server" directory with "from common.moduleA import *" code completing is not working, whereas program is running as expected.
Any idea what's wrong?
Thanks for your help.