Hi guys,
How about create a file containing all imports needed for autocomplete
(intellisense) to work in the editors like Eclipse and Netbeans? :-)
It would be nice to keep it in a separate file and updated in
repository for anyone to use and import when you want to use an editor
with this functionality.
What do you think?
For example, something like (it's missing several imports):
if 0:
from gluon.sql import *
from gluon.sql import DAL
from gluon.validators import *
from gluon.html import *
from gluon.http import *
from gluon.sqlhtml import SQLFORM, SQLTABLE, form_factory
from gluon.globals import *
--
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en.