How to set KOMODO IDE for auto-completion Panda 3D code ?

Hello,

I’m using komodo to compile panda 3d code.

I would like to set komodo for auto-completion code about panda 3d method.
There is not problem for standard import like math Komodo don’t recognize P3D code. The compilation off all tutorial P3D work fine on Komodo but not the auto-completion

How must i set my komodo IDE auto-completion of P3D API.

thanks

You can auto complete panda3d code because most of it get generated on the fly from C++ and python parts are not suted for imports because of the crap in direct’s init which reroutes src folder …