Is there a source code beautifier/re-arranger in VS 2005 ?

O

Ole Mercano

When I insert a new Eventhandler or function VS 2005 does this automatically with an
indent which I don't like. Furthermore I would change the curly bracket handling.

Is there soemthing like a built-in source code beautifier which re-arranges the source code
according to my personal preferences ?

Ole
 
C

Carl Daniel [VC++ MVP]

Ole Mercano said:
When I insert a new Eventhandler or function VS 2005 does this
automatically with an
indent which I don't like. Furthermore I would change the curly bracket
handling.

Is there soemthing like a built-in source code beautifier which
re-arranges the source code
according to my personal preferences ?

There are lots of options in Tools|Options in VS2005 for configuring the C#
formatter. If you want something beyond what those provide, I think your
only choice is to turn off smart indent and use an external tool to format
the code the way you like it.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top