Plug-in/add-in for code formatting for visual studio 2003?
Posted: 27 Jun 2007, 11:57
Visual studio 2003 is killing me.
It kept changing
to
So i changed a config that says "leave open braces on same line as construct".
Now the problem is that the stupid bastard also changes the braces in methods and classes declarations and .. everywhere where it should not...
Also, the godam stupid bastard does not automagically closes curly braces...
(This IDE is the one used in this new company i'm in. Definetly not my choice.)
Does anyone knows a plug-in or add-in or a way to edit it's behaviour so i change it's traumas?
It kept changing
Code: Select all
if () {
}
Code: Select all
if ()
{
}
Now the problem is that the stupid bastard also changes the braces in methods and classes declarations and .. everywhere where it should not...
Also, the godam stupid bastard does not automagically closes curly braces...
(This IDE is the one used in this new company i'm in. Definetly not my choice.)
Does anyone knows a plug-in or add-in or a way to edit it's behaviour so i change it's traumas?