Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2012 Sort Usings doesn't move System Usings first?

I set up a virtual machine specific for WP8 development with VS2012 PRO.

When I rightclick->Organize Usings->Sort Usings, every using is just sorted alphabetically. I'm expecting the System usings to be first.

Did I miss some setting or why does my enviroment act like this?

like image 807
Carl R Avatar asked Feb 12 '13 10:02

Carl R


People also ask

How to Sort Usings in visual studio?

Select Edit from the menu bar. Select Intellisense > Sort Usings. You can also configure different settings for using directives in Tools > Options > Text Editor > C# > Advanced.

How do you order using C#?

go to Options, search for USING. Select Advanced. Check box, "Place 'System' directives first when sorting using".


1 Answers

It is a visual studio option: Options, Text Editor, C#, Advanced, Place System directives first when sorting usings

like image 178
paul Avatar answered Sep 28 '22 05:09

paul