biznok
New Member
Korea
3 Posts |
Posted - Jan 28 2015 : 7:57:03 PM
|
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. |
|