T O P I C R E V I E W |
Drop |
Posted - Oct 10 2014 : 12:09:56 PM I was using Visual Assist for a while and I am always curious why 'Move Implementations to Source File' feature orders functions in .cpp file in inverse order. For example, traditionally we have constructors on top in headers, and same for source files. But VA puts it to the bottom of the .cpp file.
Is it a bug or a feature? Is there any way to change this behavior? |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Feb 13 2015 : 8:14:21 PM case=75315 is fixed in build 2059 |
feline |
Posted - Oct 10 2014 : 1:41:33 PM This is a bug, but I don't currently have an estimate for when it will be fixed unfortunately:
case=75315
For now, one option is to move the functions in small groups, so they are easier to sort out, or to use VA Outline, which allows you to drag and drop functions in the cpp file to reorder them:
http://docs.wholetomato.com/default.asp?W187 |
|
|