I haven't figured out how VAX decides where to place a method declaration/definition, but I know it usually isn't where I wanted it.
I have my methods declared in the same order they are defined in, in most cases, so if I stub in a new one and ask VAX to create the other for me, I would appreciate if it would go in-between those most logical neighbor methods.
Currently VA does not try to place the new code in the "correct" place, since we do not have a definition of the "correct" place. We are considering a change to try and improve the placement:
case=12454
Basically we cannot assume that the header and cpp files are ordered the same, in fact they are often quite different. VA Outline should help, since you can simply drag and drop the functions to move them to where you want them.