30

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?

Carl R
  • 8,104
  • 5
  • 48
  • 80
  • 1
    possible duplicate of [Using Directives Sorted in Wrong Order](http://stackoverflow.com/questions/12715340/using-directives-sorted-in-wrong-order) – Bob Horn Mar 12 '14 at 16:27

1 Answers1

66

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

paul
  • 21,653
  • 1
  • 53
  • 54