vote up 1 vote down star

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 ?

flag

yes, ... that would be really cool – ulrichb Oct 15 at 10:49
Unfortunately, that doesn't seems to exists ... for now – Melursus Oct 15 at 11:56

2 Answers

vote up 1 vote down check

No, unfortunately there is not.

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

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.