Finaly! Panda3D with autocompletion!

Trying to make this work.

It seems it doesn’t matter what I type to “config” file. The example you provided will work just fine without it (OnscreenImage example) but not with self.ground=self.loader.loadModel("model1)and then trying to autocomplete self.ground.??

Now when I clear data from “config” it does not matter at all.

My directory structure is:

ProjectFolder
	.codeintel
	Myproject.sublime-project
	scr
			main.py (under scr – only file here)

Is this correct?

How does it know to use panda if config file is empty?

How do I know that for example that main.py is included to project? Do I have to manually “Edit project” and add files? How does sublime know that it’s supposed to read .codeintel?

Btw is this supposed to work with 1.6.2?