OT: Looking for C# beautifier/indenter?

  • Thread starter Thread starter Ed Sutton
  • Start date Start date
E

Ed Sutton

Has anyone found a good source code beautifier / indenter that works
well with C#?

Thanks in advance,

-Ed
 
Ed,

I take it you do not use VS.NET which provides automatic
formating of C# code? You could look at SharpDevelop as a
development environement if you do not have access to
VS.NET

Hope this helps,

//Andreas
 
Andreas,

Thank you for your reply.
I take it you do not use VS.NET which provides automatic
formating of C# code?

Yes I do use it (VS.Net 2003). My main editor Multi-Edit has smart
indenting as well as do most other main stream editors.

It is not the same thing. I want to be able to change existing code
that I did not write into a consistent format.
You could look at SharpDevelop as a
development environement if you do not have access to
VS.NET

I'm curious about SharpDevelop.

Thanks,

-Ed
 
Do you know about using control-a control-k control-f to reformat the whole
file in accordance with the current preferences ?
 
Hi John,

Thank you for your reply.
Do you know about using control-a control-k control-f to reformat the whole
file in accordance with the current preferences ?

No I did not know that.

Thanks John! Excellent! That works great!


You have inspired me to read the freakin' manual. Thanks!

ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxtskEditingCodeText.htm


-Ed
 
Back
Top