T O P I C R E V I E W |
rroc |
Posted - Aug 01 2012 : 02:15:11 AM It would be nice if the Create Implementation would directly place the implementation to correct place.
Meaning: if the function is in between two functions in the header it should check the above one and (if it exists in the source file,) create the implementation after that.
Currently the implementation is always created at the end of the source file. |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Feb 13 2015 : 8:16:19 PM case=12454 is fixed in build 2059 |
accord |
Posted - Aug 01 2012 : 8:21:16 PM We are considering doing this at some point:
case=12454
But actually Create Implementation is a little bit cleverer than that: if you use more than one class in a file, VA will group the implementations by class and also, it will keep overloads together. But the next step would be what you are asking for, indeed |