For UliPad, if the module can be imported, and it'll suport its auto completion. So there are many ways to let UliPad to support GAE auto completion.
Set GAE install path to PYTHONPATH, for example:
set PYTHONPATH=C:\Program Files\Google\google_appengine
Edit config.ini of UliPad, set pythonpath:
[default] pythonpath = "C:\\Program Files\\Google\\google_appengine",
Note: pythonpath is a list, so you can add many directories, and separate them with ',', and the path should be quote with double-quoters.
Comment:
设置后在编辑状态输入"from google."后面没有提示