Visual Studio or Resharper functionality for placement of using directives
- by larsw
Hi,
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?
--larsw