vote up 2 vote down star

I am looking for a (preferably) command-line tool that can reformat the C# source code on a directory tree. Ideally, I should be able to customize the formatting. Bonus points if the tool can be run on mono (or linux).

flag

7 Answers

vote up 2 vote down check

A bit late coming across this... You could also try NArrange to reformat your code. The formatting options it supports are still pretty limited, but it can process an entire directory and is a command-line tool. Also, NArrange runs under Mono.

link|flag
Thanks, I will take a look at it. – Antoine Aubry Jan 9 at 11:21
vote up 2 vote down

You could give Artistic Style a try, it requires perl to be installed though. It's got a decent list of formatting options, and supports C and Java as well.

link|flag
It doesn't work that well with C# though. – Sklivvz Sep 26 '08 at 8:35
vote up 1 vote down

This isn't command-line, mono or linux, but it's something: I've been using ReSharper (made by JetBrains) and it's rather good. It's a Visual Studio plugin, so I'm guessing it's not your cup of tea, but hopefully someone will come along with a better answer :)

link|flag
vote up 0 vote down

Second the Resharper suggestion. There are hundreds of other productivity boosts that will go along with it.

link|flag
You should add such responses as a comment to the other answers. I believe that's why your post got downvoted. – Yaba Sep 26 '08 at 8:57
vote up 0 vote down

Take a look at Polystyle

link|flag
vote up 0 vote down

For completeness, check out http://uncrustify.sourceforge.net/

link|flag
It doesn't work that well with C# though. – Sklivvz Sep 26 '08 at 8:36
vote up 0 vote down

Check out astyle. I am sure the KDE guys use it, but the website said that it supports C#.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.