Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Control over brace style in generated method

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
FitzyDog Posted - Nov 19 2013 : 8:36:44 PM
I often write member function declarations and the use Visual Assist to generate the implementation(Create implementation).

The brace style that Visual Assist assumes is that you want braces on separate lines. Like so..

void Function
{
...
}

I prefer to have my functions like this

void Function{
...
}


Could you add some way to inform VA how you would like your braces formatted?

Thanks!



1   L A T E S T    R E P L I E S    (Newest First)
Dusan Posted - Nov 20 2013 : 08:40:32 AM
To manage how feature "Create Implementation" works, modify C++ VA Snippet: "Refactor Create Implementation".

To open VA Snippet Editor use menu: VAssistX->Tools->Edit VA Snippets...

Or you can use shortcut ALT+X,T,E

HTH

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