Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Do not add full namespace to CPP file

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
xxluda Posted - Nov 25 2019 : 11:55:51 AM
Hi,

is it possible to configure Visual Assist to not add full namespace to member methods when using "Create implementation" ?

My CPP files are containing using namespace at the top of file:

using namespace Module::Namespace::XXX;


so it would be great if any created/moved implementations doesn't repeat whole namespace again:


Module::Namespace::XXX::CClass::method() ....


and instead of that created only

CClass::method() ....


Is there any way how to configure it?

Thanks!
4   L A T E S T    R E P L I E S    (Newest First)
ChrisG Posted - Jun 18 2020 : 01:34:56 AM
case=20637 is fixed in build 2380.
https://support.wholetomato.com/default.asp?W404#2380
feline Posted - Mar 11 2020 : 10:39:27 AM
We are aiming to get this resolved soon, but unfortunately I don't currently have a firm estimate for when this will be done.
xxluda Posted - Mar 11 2020 : 08:39:41 AM
Hi, any news about this feature?
accord Posted - Nov 25 2019 : 6:25:50 PM
We're planning to implement this at some point:

case=20637

Thank you for taking the time to report this.

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