Visual Studio: Sort the usings so that System stays at the top

By | April 14, 2018

I prefer to keep my System directives at the top. Unfortunately the default settings is to sort everything alphabetically. To keep your System directives at the top when sorting the using clauses you can enable the following setting.

It is found under Text Editor -> C# -> Advanced -> “Place ‘System’ directives first when sorting usings”

 

Leave a Reply

Your email address will not be published.