codeformatter icon indicating copy to clipboard operation
codeformatter copied to clipboard

Add an option to run CodeFormatter on all projects/solutions within a directory.

Open AlekseyTs opened this issue 9 years ago • 3 comments

Allow to specify a directory instead of a project/solution.

AlekseyTs avatar Mar 07 '15 01:03 AlekseyTs

I'm curious about why this approach vs. just using the shell to feed projects to the tool? Usually I just do something like the following to run code formatter on large directory trees.

gci -re -in *proj | %{ codeformatter $_ } 

jaredpar avatar Mar 09 '15 17:03 jaredpar

I prefer tool handling this scenario and also giving me the tally at the end. Also, not everyone is proficient with shell commands.

AlekseyTs avatar Mar 09 '15 17:03 AlekseyTs

is this still active?

VSadov avatar Jan 29 '16 20:01 VSadov