On 12/16/06, at 1:12 AM, Jacob Rus said:
Ryan Wilcox wrote:
It would be cool if the class snippet inserted super(...) into the constructor for the class.
In Action:
I think you should make this a separate command.
How about two snippets triggered via "class tab".
You type "class", hit tab, then you have the popup come up, you hit 1 (for no super()), or 2 (for super()), and boom.
This would also work for the "new function" snippet - one for docstrings, one without.
That's my thoughts anyway.
Hope this helps, _Ryan Wilcox