[wingide-users] Completion of __init__ args after self
Luc Bourhis
luc_j_bourhis at mac.com
Mon Oct 8 04:02:02 MDT 2007
Any Python programmer types time and again
def __init__(self, arg1, arg2):
self.arg1 = arg1
It would be nice if after 'self.', the auto-completion proposed
'arg1' and 'arg2'. It would be necessary then to display those
suggestions with a mark or slanted so that one cannot confuse them
with attributes of the class.
Thanks,
Luc Bourhis
Computer Scientist
Chemical Crystallography Laboratory
University of Durham, UK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20071008/d4465c5a/attachment.html
More information about the wingide-users
mailing list