Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Disable a part of auto-corrections
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

biznok
New Member

Korea
3 Posts

Posted - Jan 28 2015 :  7:57:03 PM  Show Profile  Reply with Quote
With the newest version (2052), I have a number of difficulties from auto corrections of Visual Assist, which are not good to me. I am using VS2014.

The annoying two features are the follows.
1. Correction for 'for' loop statement, such as
converting for (int i=0 ; i<k ; i++) into for (int i = 0; i < k; i++)
I prefer the former style, but VAX converts it into the latter form and I can't find the way to disable this.
2. Removal of multiple whitespaces for inter-alignement, such as
converting int i = 0; to int i = 0;
To multiple variables to be aligned, I usually insert multiple whitespaces such as tabs or spaces, but it forcely removes all of them, and also, I can't find the way to disable this.

Is there any suggestion to disable this feature?
Thanks.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 04 2015 :  08:43:40 AM  Show Profile  Reply with Quote
Visual Studio 2013 has introduced a number of auto corrections (formatting), which you use control here:

Tools -> Options... -> Text Editor -> C/C++ -> Formatting
Go to Top of Page

biznok
New Member

Korea
3 Posts

Posted - Feb 09 2015 :  01:43:41 AM  Show Profile  Reply with Quote
quote:
Originally posted by accord

Visual Studio 2013 has introduced a number of auto corrections (formatting), which you use control here:

Tools -> Options... -> Text Editor -> C/C++ -> Formatting



It worked perfectly to me. Thanks a lot!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000