Steve Cadwallader
Steve Cadwallader
Yep, I agree that solution-specific settings take precedence over user settings and CodeMaid does follow that convention. The user settings really step in for having your own defaults that you...
Reference: https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference?view=vs-2019
Thanks for reporting the issue. I think this may be a duplicate of #888
Thanks for reporting the issue. I am able to reproduce it. It seems to be caused by the setting at CodeMaid->Options->Cleaning->Insert->Insert explicit access modifiers on fields. There are other similar...
Thanks for reporting the issue. It doesn't look like we have added support for XML comments yet. The starting place to add support would be here: https://github.com/codecadwallader/codemaid/blob/dev/CodeMaid/Helpers/CodeCommentHelper.cs#L41 but IIRC we...
Thanks for reporting the issue. I appreciate that you recognize it was never my intention to insult anyone.
Thanks for reporting the issue. I am able to reproduce it as well. It doesn't look like the API we utilize recognizes that access modifier. https://github.com/dotnet/roslyn/issues/22406 If there was a...
Thanks for reporting the issue. This appears to be a duplicate of #587 if you would like to see more details. The workaround proposed there: make sure the option CodeMaid->Options->General->Use...
Thanks for the suggestion. We do not currently have an option to add trailing commas to lists. I'm not sure if there's a native VS option, they've been iterating a...
Thanks for reporting the issue. Indeed it is deliberate that we do not attempt to run cleanup/reorganization while in a debug session. Usually trying to make any code edits while...