I like to put my using directives inside the current namespace, and not outside as VS and Resharper per default puts them.
Does anyone know of a macro/standard functionality that sorts/removes unused using directives and puts them inside the current namespace?
Code Editiong
->C#
->Namespace Imports
(not under Formatting Style). – Charla