codecadwallader / codemaid

CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
http://www.codemaid.net
GNU Lesser General Public License v3.0
1.88k stars 353 forks source link

Using Statements Not in Order. #976

Open Cylis0509 opened 1 year ago

Cylis0509 commented 1 year ago

Environment

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

codecadwallader commented 1 year ago

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).