Steve Cadwallader

Results 251 comments of Steve Cadwallader

Thanks for reporting the issue. I have not been able to reproduce it. Can you please provide a minimal solution that exhibits the issue?

Thanks for reporting the issue. You're right that we are using logical sort and that doesn't match to the way a human would do it. A great example is a...

Thanks for the comments. We are using the default string comparison sort (see https://github.com/codecadwallader/codemaid/blob/master/CodeMaid/Integration/Commands/SortLinesCommand.cs#L106) and this matches the sort behavior you would get in other editors (e.g. Visual Studio Code)....

Hello @SacuL , thanks for asking the questions and taking an interest. :) I think it would be most consistent with other features to add a "Sorting" item to the...

Thanks for the suggestion!

Thanks for the suggestion. There may be limitations on how much embedded code is exposed through the API compared to a standard code file (not sure).

Thanks for reporting the issue. I haven't been able to reproduce it but I suspect that it may need the same `UIThread.Run` logic that was added here: https://github.com/codecadwallader/codemaid/blob/dev/CodeMaidShared/Helpers/TextDocumentHelper.cs#L72 to be...

Thanks for reporting the issue. Can you confirm if you have changed the Visual Studio settings to place system directives first? This is off by default, but can be enabled...

Thanks for reporting the issue. Indentation is handled directly by Visual Studio and we invoke their "Format Document" command. If you run Edit->Advanced->Format Document directly (i.e. without having CodeMaid do...