Hey Eric,
just found something usefull again.
Since Your IDE does suport Ext.extend very Well it would be really cool if you could add the superclass propertie to the Subclasses by default!
As you know in Extjs you call a ParentClasses Method by:
SubClass.superclass.methodToCall.apply(this, arguments);
Cause this is a very common thing you may could add a superclass member by default?
