[wingide-users] Django Auto Complete
Philip Gatt
gattster at gmail.com
Thu Feb 12 11:09:33 MST 2009
Another weakness in auto-completing django methods is that a lot are
defined like this:
def somemethod(self, *args, **kwargs):
This limits WingIDEs ability to see which arguments are expected. I
don't see how wing can solve the problem. We should start a thread
with django about making arguments more explicit, even if it is more
work for the django dev team and results in extra "plumbing code".
- Philip
On Feb 12, 2009, at 7:41 AM, Lakshman Prasad wrote:
> Hi,
>
> I use wing-ide to code apps on django.
> However many auto-completes do not happen. - Particularly those with
> models
>
> If AModel is a model,
> AModel.objects.get_or_create() doesnt auto complete, Even the F4
> (Goto- Definition), doesnt work
>
> These auto completes happen, obviously, in the shell.
> If it cant be done now, I am curious, the least, why it doesn't work.
>
> --
> Regards,
> Lakshman
> becomingguru.com
> lakshmanprasad.com
> _________________________________________________
> Wing IDE users list
> http://wingware.com/lists/wingide
More information about the wingide-users
mailing list