Steve Cadwallader

Results 251 comments of Steve Cadwallader

Thanks for checking it out and hoping to contribute! We have to build with the lowest supported version so you'll need to use VS2017 to build CodeMaid. Trying to use...

Thanks for reporting the issue, I am able to reproduce it. I suspect we are both loading the solution-specific settings and collapsing the solution explorer in response to the same...

Thank you for reporting the issue. Indentation is handled natively by Visual Studio, which CodeMaid invokes as part of its cleanup by default. If you run the Edit->Advanced->Format Document command...

I took a look at the code a bit further. I think what's happening is that the first `else` and the following `if` are effectively an `else if` unless you...

I think to do that would mean changing the C# language definition to consider indentation significant, which I do not think Microsoft would be willing to do. I think it...

This sounds familiar.. please take a look at #589 and see if that helps at all.

Thanks for reporting the issue. That is strange, but I am able to reproduce it. As a workaround you can disable CodeMaid->Options->General->Use undo transactions I suspect that something has changed...

Thanks for reporting the issue. Does it happen on all files and projects or only certain ones? If you create a new template C# application and attempt to reorganize the...

Thanks for those details @DuncanStone . VS extensions like CodeMaid all load asynchronously in the background in order to improve the startup performance of Visual Studio. There definitely can be...

Thanks for reporting the issue. Do you know what version of the .NET Framework you have installed? If any dependencies are not met extensions will be automatically filtered out from...