How I setup the NetBeans or Eclipse enviroments to “see” the imports (/panda3d/lib) files for I browse classes, get direct imports of objects and etc…
I created a new profile in NetBeans, and put this profile direct point to Panda\Python folder, but when I use intelisense for example to see from pandac. NetBeans dont load the reference of libs…
There are tutorials explain how configure the enviroment to “see” the panda’s namespaces ?
Unlike most python libs panda3d libs are very c++ heavy. Normal python ways don’t interspect them that well. I dont think you would get much in terms of auto completion.
Frankly, I could never get Eclipse to do proper intellisense-style matching. It had a proper Pythonpath, and everything would compile and run from it, I could even open modules from my code in their correct locations but it just wouldn’t auto-complete anything beyond my own code.
Netbeans, however, picked up my Pythonpath without me having to do anything special and properly auto-completes.