[wingide-users] auto completion quirk
Wingware Support
support at wingware.com
Fri Sep 14 16:12:56 MDT 2007
Adi Jörg Sieker wrote:
> when using isinstance to help the auto completion it only works with
> variables and not with attributes of objects.
>
> with the following lines in the editor. Wing will happily show code
> completion for bar but not for foo.dict.
>
> assert(isinstance(foo.dict,dict))
> assert(isinstance(bar,dict))
>
> It's easy to workaround, but its still annoying so I thought I'd mention it.
You're correct that isinstance doesn't work in this case. We'll see if
we can add support for it soon.
Cheers,
John
More information about the wingide-users
mailing list