also there was a related thread earlier:
http://groups.google.com/group/web2py/browse_thread/thread/f179e5a1894e5693#92e8a9dfa51b71ab



On Mar 25, 11:04 am, Richard <[email protected]> wrote:
> I got autocomplete working with Komodo by creating a plugin that
> preprended something like that to all Python 
> files:http://community.activestate.com/forum/implicit-python-code-completion
>
> On Mar 25, 4:31 am, Renato-ES-Brazil <[email protected]> wrote:
>
> > 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.

Reply via email to