Steve Cadwallader

Results 279 comments of Steve Cadwallader

Thanks both for all of the details. Yes there is a known issue in the VS SDK introduced in VS2022, more details in #879.

Thanks for the suggestion! A first step here would be to review the FileCodeModel and see how it affects members, and if it is registered the same way or differently...

Thanks for reporting the issue. Can you please provide some more context on the expected results vs. the actual results? The screenshot above appears to be in alphabetical order. There...

Sure thing. The difference is about how we choose to center the code as we scroll to it in the document window. If we're trying to center on the name...

Thanks for reporting the issue. To perform indentation, CodeMaid invokes Visual Studio's native document formatting. If you invoke Edit->Advanced->Format Document do you see the same behavior?

Thanks for the video. There isn't logic inside CodeMaid that performs the indentation, so I'm not sure where that behavior is originating. If you invoke CodeMaid's cleanup directly without saving...

Thanks for reporting the issue. I have not been able to reproduce it. Do you have a minimal solution that exhibits the issue that you can share? Also, thanks for...

Thanks, I appreciate you sharing your solution. It works as expected for me (navigates to line 17 on clicking the serialize item). I tried a few different things like clicking...

Thanks for reporting the issue. There has been a number of SDK issues related to access modifiers and I'm curious if this one is similarly affected. If you disable CodeMaid's...

Thanks for reporting the issue. I have been able to reproduce it. It appears to fall under the bucket of issues caused by a breaking change to the VS SDK...