I frequently use the "Remove and sort usings" feature of VS/PowerCommands - in fact, with the help of R#, I make VS do this for me every time i save the document, which I almost reflexively do almost every time I finish writing a code line without errors.
However, there are a couple of namespaces that, if they are there, I don't want to remove.
Mainly, this concerns System
, System.Linq
and System.Web.Collections.Generic
, but there are others too, and the specification of exactly which namespaces are concerned will likely change in the future.
Is there any way to tell this feature that "If you see this or that namespace and it's not used at the moment, never mind. I'll remove it manually."?