There is this option available in Visual Studio 2008.
Is there a similar option in Visual Studio 2005? Or something else that would accomplish such a task? An add-in, maybe?
|
There is this option available in Visual Studio 2008. Is there a similar option in Visual Studio 2005? Or something else that would accomplish such a task? An add-in, maybe?
| |||||
feedback
|
|
Resharper has a sort function. But it looks like all System usings are put on top, and then the rest alphabetically. Also check this question also on optimizing usings with Resharper. | |||
|
feedback
|
|
If you've got Visual Assist, that's got a 'Sort Selected Lines' command that will do what you need. | |||
|
feedback
|
|
If you're cleaning up the files with unsorted I like using VS 2005 for its intellisense, but sometimes find the editor lacking in power compared to Emacs. I have Epsilon (an Emacs clone) which has the command
| |||
|
feedback
|
|
Resharper can remove the unused 'using' statements. I'm not 100% sure it can also sort them. | ||||
|
feedback
|