[wingide-users] [IDEA] auto-completion helper
Pete
pfein at pobox.com
Fri Nov 16 19:09:55 MST 2007
On Friday November 16 2007 7:49:36 pm ArShAm Shirvani wrote:
> ##
> # @var name str
> # @var number int
> # @var flag bool
> # @return list [(name:str,number:int),reverted flag:bool]
> ##
> def myFunction(name , number , flag):
>
> It could be a great helper and also forces developers to learn how to
> document their code.
If you like this style, check out http://epydoc.sourceforge.net . I've
previously requested better support for it in Wing (both on the docstring
creation front & for autocompletion purposes).
Annotations in Python 3.0 will probably help here to, but it remains to be
seen if they get used in any remotely standard way.
--
Peter Fein || 773-575-0694 || pfein at pobox.com
http://www.pobox.com/~pfein/ || PGP: 0xCCF6AE6B
irc: pfein at freenode.net || jabber: peter.fein at gmail.com
More information about the wingide-users
mailing list