For example when I want to save something like this:
SummaryInfo(int succeededFiles,
int skippedFiles,
int failedFiles,
int alreadyProcessedFiles,
int succeededFolders
);
But CodeMaid changes it to:
SummaryInfo(int succeededFiles,
int skippedFiles,
int failedFiles,
int alreadyProcessedFiles,
int succeededFolders
);
CodeMaid has a lot of options but I could not find the right one.
References:
- Using Visual Studio 2015
- CodeMaid: http://www.codemaid.net/