Re: [Pydev-code] code completion issues
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-10-06 10:47:24
|
On 10/5/06, Lee Connell <lee...@ho...> wrote: > Fabio, > > Thanks for reply. I did go through the manual for configuring a project and > everything does work with the exception of using some of the turbogears > models. These models are changed during runtime which adds methods to the > models/classes and there is no way pydev or anything for that matter would > be able to determine that for code completion. > > I know you've posted a screencast on setting up turbogears with pydev, have > you actually coded with turbogears in pydev? Actually, I've coded a bit (but just a short example... in the essence, the configuration is generic enough for any project), and yes, it has a problem with SQLObject because it relies on too much runtime information... I guess some heuristics could be added to solve that specific problem (so, if you want, you can add a feature request for that). Cheers, Fabio |