Steve Cadwallader
Steve Cadwallader
Perhaps this could be identified as `#pragma` statements like the Visual Studio compiler: `#pragma warning disable CS1998 // Async method lacks 'await' operators and will run synchronously` with an optional...
@ekzyis I believe the indentation is coming from Visual Studio's native formatting (which CodeMaid invokes). If you run Edit->Advanced->Format Document do you see the same behavior? Likewise we are not...
Thanks for reporting the issue, I have reproduced it. I've done some tracing and I believe this is tied to the logic that inserts explicit access modifiers on properties. The...
I took another look at this but I didn't see any clean way to catch this scenario without the aforementioned Roslyn compiler work in place first.
Thanks for reporting the issue. Can you please provide a minimal solution that exhibits the issue? We do have some sort options available that can change the order, but from...
Thanks for the suggestion! After a brief look at https://docs.microsoft.com/en-us/visualstudio/mac/extending-visual-studio-mac it looks like the framework and APIs are custom for Mac extensions compared to Windows extensions. Consequently it would be...
You're very welcome to look into it! Of course the code is open source, and be sure to check out http://www.codemaid.net/contribute/ for some good getting started information.
Cool, it looks like a place to get started with reading up on VS for Mac extensions is https://docs.microsoft.com/en-us/visualstudio/mac/extending-visual-studio-mac?view=vsmac-2019
Thanks for reporting the issue. @willemduncan when you have a chance can you respond? I didn't see CDATA anywhere in the docs https://docs.microsoft.com/en-us/dotnet/csharp/codedoc so perhaps its best to find a...
Thanks for offering to help. @willemduncan anything you could advise?