Yes, that gets the autocomplete. Yea!

The request, response, T and others still show up as errors, so I've just 
turned off code analysis.

On Wednesday, 4 April 2012 16:23:02 UTC-7, Anthony wrote:
>
> Does it work if you do the following at the top of model and controller 
> files (requires latest web2py version):
>
> if 0:
>     from gluon import *
>
> If you've got db and auth objects, you could also add:
>
>     from gluon.tools import Auth
>     db = DAL()  
>     auth = Auth(db)
>
> Anthony
>
> On Tuesday, April 3, 2012 10:54:06 PM UTC-4, Rod Watkins wrote:
>>
>> I know this has been asked before. I don't mean to be an annoyance. I've 
>> done the searches are read numerous posts about how to handle this. But the 
>> advice conflicts and I've yet to actually fix the problem. 
>>
>> What is the best way to handle imports for eclipse to get autocomplete to 
>> work properly (as well as rid eclipse of all the incorrect error messages?
>>
>> I rather like having autocomplete functioning since, as a beginner, it 
>> helps me discover functionality that I might otherwise miss (besides saving 
>> some typing).
>>
>> Please accept my thanks in advance for any help on this.
>>
>> Cordially,
>> Rod Watkins
>>
>

Reply via email to