开发者

C# Reindent code tool

开发者 https://www.devze.com 2023-03-29 06:21 出处:网络
I\'m looking for a tool that will rearrange some C# code and reindent it (more or less like the \"Format Document\" will do in Visual Studio).

I'm looking for a tool that will rearrange some C# code and reindent it (more or less like the "Format Document" will do in Visual Studio).

All the too开发者_StackOverflow社区ls I've found so far (Narrange, Regionerate) are very good but they do not reindent the code.

The tool I need must be called from the command line.

Any suggestions?


Artistic Style can be called from command line.


http://www.sourceformat.com/feature.htm

http://astyle.sourceforge.net/

http://sourceforge.net/projects/uncrustify/


See our C# Formatter.

0

精彩评论

暂无评论...
验证码 换一张
取 消