Steve Cadwallader

Results 279 comments of Steve Cadwallader

Thanks for reporting the issue. I believe this may be a duplicate of #572

Thanks for the suggestion! An easy workaround is to run CodeMaid's cleanup after reorganization which will re-insert that desired blank line. Reorganization focuses on moving elements into the correct order...

Thanks for reporting the issue. I am able to reproduce it. This appears to be tied to the same SDK bug from #879. Please check that issue out for more...

Thanks for reporting the issue. I am able to reproduce it and that is unexpected. I suspect it is something specific with this code segment: ``` private static Lazy Item...

It looks to be tied to the insert explicit access modifiers logic on properties. If that option is turned off the behavior stops.

Yes, I believe if you disable the options around inserting explicit access modifiers that will bypass the SDK bug and avoid the issue.

Thanks for reporting the issue. I have been able to reproduce it. I've looked at the CodeMaid diagnostics panel and confirmed the save event is only being triggered and executing...

I have not been able to reproduce the issue with C# files (using VS 17.4.0 Preview 2.1). Is it possible you have any other extensions installed that may also be...

Thanks all for chiming in. I was previously able to reproduce the issue with .cshtml but not .cs or .xaml. I am no longer able to reproduce the issue in...

Reorganizing (when members get moved around based on their types) is an opt-in feature so out of the box it won't execute. There's two scenarios under which it will execute:...