Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Create C++ Implementation (All functions at once)

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
hbrock Posted - Feb 08 2015 : 7:35:28 PM
I'm using visual studio 2013 Pro Edition with Visual Assist X. Is there away to create all the functions with one command? Right I have to run the create implementation command for each function. Also it seem that visual assist x does not handle the ordering or let you select the ordering of the functions.

Thanks

I also posted this on stack over flow here
http://stackoverflow.com/questions/28401340/create-c-implementation-all-functions-at-once-with-visual-assist-x
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Feb 09 2015 : 1:42:56 PM
Place the caret into the class name, and then you can trigger the command:

VAssistX -> Refactor -> Move Method Implementations to Source File...

which will let you select which methods you want to move, all of them are selected to move by default.

The ordering is something we are looking into and working on, but it's not always a simple fix. We are hoping to have some improvements to ordering in our next version.

You can also use VA Outline to quickly and easily re-order functions in a file:

VAssistX -> Refactor -> Move Method Implementations to Source File...

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000