Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Suppress removal of space from function pointers

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
Myria Posted - Dec 21 2016 : 3:42:17 PM
When I type this:

void (*meow)() = nullptr;

it automatically gets replaced to this:

void(*meow)() = nullptr;

It'd be nice to be able to suppress this behavior, but I think that it's part of Visual Studio itself, not Visual Assist.
1   L A T E S T    R E P L I E S    (Newest First)
ChrisG Posted - Dec 22 2016 : 1:56:31 PM
Yes, that's Visual Studio formatting at work in this case.

My advice would be to browse the (Visual Studio Options | Text Editor | C/C++ | Formatting | Spacing) menu and make some tweaks there.

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