codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

Using Statements Not in Order.

Open Cylis0509 opened this issue 2 years ago • 1 comments

Environment

  • Visual Studio version: 2022 Pro
  • CodeMaid version: 12.0
  • Code language: C# - WPF

Description

When running Code Clean Up on active document, the using statements do not organize as shown in the demo. In fact, in this class I actually already had them in order and after running the utility put them out of order....

Screenshot 2023-01-29 103343

Cylis0509 avatar Jan 29 '23 15:01 Cylis0509

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 is a Visual Studio option that controls whether or not System statements are treated separately (an older Visual Studio default that changed over the years).

codecadwallader avatar Feb 12 '23 19:02 codecadwallader