|
andre.horst
Tomato Guru
    
Germany
146 Posts |
Posted - Jun 20 2012 : 03:53:00 AM
|
I would like to have a "Create constructor" refactoring, that have all members in its initializer list in the right order. If VAX is a bit smarter, than it would take only the required members to the initializer list, f.e. the integral types, pointers and objects, that require a specific ctor call.
Additionally a "sort" for the initializer list corresponding to the right order in the class declaration woiuld be nice or even an "Add missing members to initializer list" would be nice. |
|