views:

277

answers:

2

When I use the option : Organize Usings -> Remove and sort from Visual Studio 2008 I would like to clear all unused references but to keep some like System; Is there an option I can set to do that ?

+1  A: 

No, unfortunately there is not.

If you really need it, perhaps you could build your own plugin for Visual Studio to do it.

driis
+1  A: 

I think that the only way to keep your unused references is to reference them in your code, unfortunately.

phsr