Visual Studio 2005 added the ability to dynamically add namespaces to a file from a context menu. I love this feature, but what I hate is that it simply tacks the new namespace to the end of the list. I'd like to see this list be alphabetized and formatted. For instance, if I'm creating a project that depends on a third party control called Foo, then I want to see my System.* namespaces, then Foo.*, then my project namespaces. Between each, I want a blank line and I also want each list alphabetized. Having this organization makes it easy for me to glance at the list and see what's there. I know you don't look at it all that much, but I'm just anal like that, I guess... Ok, I know I am.