Steve Cadwallader

Results 279 comments of Steve Cadwallader

Thanks for the suggestion, and no there is not currently a way to highlight a section of code and cleanup only that piece. I have thought about it before, but...

Thanks for reporting the issue, and I'm glad to hear you're otherwise liking CodeMaid. :) The "external files" prompt happens when there are files that are not included in the...

Thanks for reporting the issue. I am able to reproduce it. Once I attached a debugger though to diagnose it then it started working correctly.

Thanks for reporting the issue. I am able to reproduce it. We do have explicit logic to handle this scenario (see https://github.com/codecadwallader/codemaid/blob/dev/CodeMaidShared/Logic/Cleaning/InsertExplicitAccessModifierLogic.cs#L61-L65) However I think this is being impacted by...

Thanks for asking the question. I believe we currently have font sizes hard-coded. A main example would be here: https://github.com/codecadwallader/codemaid/blob/dev/CodeMaidShared/UI/ToolWindows/Spade/CodeItemTemplates.xaml#L14 This could be customized similar to how we allow the...

Makes sense, thanks for the suggestion!

Thanks for reporting the issue. I have not been able to reproduce it. Can you please enable diagnostics mode (CodeMaid->Options->Diagnostics mode) and see if any useful information is provided in...

Can you please enable diagnostics mode (CodeMaid->Options->Diagnostics mode) and see if any useful information is provided in the Output tool window?

That most recent call stack error message I believe is fixed in the upcoming version. You can check the VS2022 CI build here to see if it helps. https://www.vsixgallery.com/extension/9079e73d-3fbb-4e07-8dab-f44fa5d8e8b5

Thanks for the suggestion. I definitely agree this would be a nice feature. The existing APIs that CodeMaid leverage do not (to my knowledge) expose the compilation state.