Panda3d + pycharm content assist/intellisense

Has anyone had luck getting full content assist / intellisense with Pycharm and Panda3D in the editor window? I get partial, but for example when I do the following:

from panda3d.core import WindowProperties, loadPrcFileData

I get red underlines under “WindowProperties, loadPrcFileData”, and no members pop in the editor for those objects. It’s not a show-stopper, but it’d make life easier if it’d work :slight_smile:

I’m using Python3, if it matters, and the trunk build of Panda3d (1.10) on LinuxMint 19 (Ubuntu 18.04)

Thanks,

jonbitzen