Does anyone use web2py with netbeans? I looked into a post from last
year about getting auto complete to work, which it did, but like one
of the users stated there are a crap-ton of autocomplete results, most
that are irrelevant. And it also takes about 5 seconds to load the
list while it says [waiting...] . I was wondering if anyone has been
able to get autocomplete to work properly. Im using 6.9.1, ive added
the gluon dir as well as my projects models dir to the python import
list. Ive also added this to the top of the file:

if 0:
    from gluon.sql import *
    from gluon.sqlhtml import *
    from gluon.html import *
    #db = DAL()
    #optionally use table references instead of db reference
    #import db
    mytable = Table()

and have had no result. I tried wing IDE and has a similar result,
though with much less (though still seemingly unapplicable) auto
complete results. I was also cusirous as if anyone has managed to get
debugging to work well in netbeans. I tried that in wing and it worked
very well (by reading the web2py page on their site). I am cusious
about using netbeans as its the IDE ive used for a while now (php) and
while wing does work well with python, it costs. So im just curious if
anyone has got the autocomplete and/or debugging to work in netbeans.
Any help is appreciated. thanks.

Reply via email to