[wingide-users] Auto-completion keywords
Richard Gildea
rgildea at gmail.com
Thu Dec 8 16:52:00 MST 2011
Hi,
I think it would be nice for the auto-completion to suggest arg=arg for the
case where a keyword to a function is also a local variable (e.g. when
passing a variable from function to function). For the following case
auto-completion suggests 'bar' followed by 'bar='. I think it would be
useful for 'bar=bar' to also be included here (and possibly above the other
two).
Cheers,
Richard
def foo(bar=None):
print bar
bar = 2
foo(bar=bar) # auto-completion could include 'bar=bar'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20111208/1f0bb97d/attachment.html
More information about the wingide-users
mailing list