Hey everyone! Isn't PyDev getting to be amazing? Thanks to everyone for the hard work!
Anyways, here's a few things I would like to add to PyDev: - Override/Implement Methods: This feature would be identical to what the Java editor does. Mainly, if your class subclasses another, you can view all the methods you can override. - Interface generation support: Wouldn't a File->New->Python Interface be great? Ideally, we'd support Zope, PEAK, and Twisted interfaces. - Class generation support: Wouldn't a File->New->Python Class be great, especially if you could Browse for available interfaces and automatically have method stubs generated for you? - Generate constructor from superclass: Like the others, straight from the Java editor. Although this feature would be extra useful because Python supports multiple inheritance. - Unit test class generation: It would do the equivalent of File->New->Junit Test Case in the Java world. I'm really interested in coding these up, but I'm not overly familiar with the PyDev source code, so I don't know how difficult it would be to integrate these features. However, I would gladly do this if somehow more familiar with the innards of PyDev would create an interface or empty class or something that I could just use. Thanks ahead of time to anyone willing to respond. :) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
