[wingide-users] Feature Request: Autocomplete of keyword arguments
Wingware Support
support at wingware.com
Fri Sep 28 14:01:11 MDT 2007
Pete wrote:
> On Friday September 28 2007 9:46 am, Michael Foord wrote:
>> Hello all,
>>
>> In method/function calls it would be nice if autocomplete worked with
>> keyword arguments.
>
> Oh, yeah. I often end up with local vars named the same as my kwargs
> (constructors, mainly), and can 'trick' wing into completing for me that way,
> but it's a little cheesy. It obviously doesn't work if your vars are named
> differently.
We plan to add both the ability to add the names of keyword arguments
that can be used when typing a function invocation (which is fairly
straightforward) and better completion for attributes of function
arguments when editing the body of a function (which is significantly
harder).
Cheers,
John
More information about the wingide-users
mailing list