Sorts your imported Namespaces.
Activated via the 'Refactor' menu, this plugin allows you to sort the imported namespaces of the current file. To use, position your caret (flashy cursor thingy, not the pointer) on an 'imports' or 'using' statement near the top of your file.
The Refactor menu should appear and assuming that your imported namespaces are out of the defined 'correct' order, you will be able to select 'Sort References'.
Upon selection of this menu option, your references will be duely sorted almost alphabetically.
System.X namespaces are raised above the others because I think they should be. Furthermore, gaps will be inserted between each 'group' of imports.
(Binary/Source)