Hi all, (just joined the group)
I've been developing IDLE over the past 2 years or so. Even before that, I helped a friend of mine, Noam Raphael, write IDLE's auto-completion, which is included in recent versions of IDLE. Noam wrote the original completion code from scratch, and AFAIK every Python IDE which features code completion has done the same. Surely there is -some- functionality which could be useful cross-IDE? Retrieving possible completions from the namespace, for example. And we should be learning from each-others' ideas and experiences. So how about we design a generic Python completion module, that each IDE could extend, and use for the completion logic? - Tal
