T O P I C R E V I E W |
Michellia |
Posted - Jan 03 2013 : 09:23:51 AM When I write this line
for( i = 0; i < 10; i++ )
when I hit return to add the {}
it changes it to this
for(i = 0; i < 10; i++) {
}
How do I tell Visual Assist to stop deleting my spacing.
thanks all
|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jan 07 2013 : 9:01:53 PM The exact option / options depend on your IDE and programming language. As a start point, try turning Off:
IDE tools menu -> Options -> Text Editor -> C# -> Formatting -> Automatically format completed block on }
and see if this helps. |
Michellia |
Posted - Jan 03 2013 : 2:26:53 PM Just tried it. yes it does. So it must be visual studios.
Does nay one know how to turn it off then.
Michelle
quote: Originally posted by accord
I don't think VA is doing this kind of re-formatting. Do you still see the same effect if you disable Visual Assist temporarily?
VAssistX -> Enable/Disable Visual Assist X
|
accord |
Posted - Jan 03 2013 : 10:46:43 AM I don't think VA is doing this kind of re-formatting. Do you still see the same effect if you disable Visual Assist temporarily?
VAssistX -> Enable/Disable Visual Assist X |