first of all I would like to thank you for one of the coolest tool I ever used!
One suggestion for your refactoring feature:
During writing of C++ code we often write our functions in the header and cpp file in an arbitrary order - just as needed.
After the cpp / h file is complete I usually order the functions in the header file - move members, functions and classes around to cluster them by functionality.
Now it would be good to have a refactoring feature: "reorder functions in cpp in same order like in header file"
Have you checked out VA Outline yet? One of its features is the ability to drag and drop items, thus re-ordering the file quickly and easily. To show VA Outline, select
thanks for the quick reply! I did not discover this feature yet! Great! This is a big help. Now "the icing on the cake" would be to synchronize the order of the header file with the cpp file (or vice versa).
Automatic file synchronisation is a very hard problem, and currently we do not have any plans to do this. The more we think about it, the harder it tends to sound *sigh*