Wiki

Clone wiki

RecursiveUncommenter / Home

Recursive Uncommenter

A command-line program that recursively removes all C# comments from all *.cs files found in the specified path.

Examples

> uncomment C:\dev\solution

> cd C:\dev\solution
> uncomment .

Updated