Steve Cadwallader

Results 251 comments of Steve Cadwallader

Thanks for reporting the issue. There is a known issue with the SDK that underlies the access modifiers which is causing a lot of issues. Please see #879 for more...

Yes, that's our reorganizing feature. Check it out in the docs here: http://www.codemaid.net/documentation/#reorganizing

That's not what I would have expected. A couple things to check: 1. When you run reorganize, are you seeing any changes take place? In the Visual Studio status bar...

You can customize how things are reorganized (e.g. group fields and properties together and consider them the same thing for reorganization). There is not a way to "opt out" of...

Ok, thanks for that clarification. There is not currently support for it, but there is an open feature request #570

Thank you for reporting the issue. If you turn on CodeMaid's diagnostics mode do you get any information? Diagnostics can be turned on at CodeMaid->Options->General->Diagnostic mode. When it is enabled...

Is the file extension `.axaml`? That won't be recognized/mapped by default but if you select the "Everything else (e.g. TXT)" option it will perform basic clean up on any kind...

Thanks for the suggestion, that's an interesting idea. It would likely require Roslyn for some more sophisticated code analysis than string matching approaches we use today. One question it would...

@ekolis that's an interesting idea, and you can already customize CodeMaid to sort properties and fields together (go to CodeMaid->Options->Reorganizing->Types and drag one on top of the other to merge...

Yes, it's using a standard string CompareTo function. https://github.com/codecadwallader/codemaid/blob/master/CodeMaid/Helpers/CodeItemTypeComparer.cs#L55