You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
chrisd
Posted - Jul 27 2006 : 3:46:01 PM I am currently using the implement method to create implmentations of ~40 virtual functions. It would be very useful to have an option to tell the visual assist to navigate to the implmentation upon creation (I know this is the current behavior). This would result in the ability to have the editor remain in the header file after creating the implmentation.
Thanks Chris
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jul 29 2006 : 11:34:07 AM have you tried alt-o ? for me this takes me back to the header and places me on the function i have just implemented. so it is a quick and easy process to trigger Create Implementation, then go alt-o, and you are in position to move onto the next function.