Steve Cadwallader

Results 279 comments of Steve Cadwallader

Thanks for the suggestion. CodeMaid invokes Visual Studio's formatting, and within Visual Studio there are some options related to how attributes are spaced out. Take a look at Tools->Options->Text Editor->XAML->Formatting->Spacing...

Thanks for reporting the issue. This sounds very familiar because we recently had to add an explicit set for that property to support VS2022. I wonder if sometimes this property...

Interesting find! Thanks for taking the time to do that investigation. It is possible that extension is doing the same kind of initialization that was suggested to use for VS2022...

There is a workaround listed in #906 that if a solution is not open the dialogs do not seem to conflict. I'm curious if Supercharger doesn't load until a solution...

Based on the error description it looks like there may be an incomplete installation. I would recommend moving/deleting the folder. It looks like the path in your case is: ```...

Thanks for reporting the issue. Do you have any other information or metrics that may be helpful in diagnosis? My best guess without any other information would be running out...

Thank you for reporting the issue. I am able to reproduce it as well. There have been a number of issues related to access modifiers with VS2022 due to what...

Thanks for asking the question. There is an option called "Add space inside self closing tags" under CodeMaid->Options->Formatting. Is that what you were looking to find?

>What I'm missing is a way how to remove the space. Gotcha. I don't think it currently supports removing the space, only inserting it.

Thanks for reporting the issue. The really clear steps and comparison with VS2019 made it easier for me to reproduce the issue. It looks like the VS2022 API is now...