Visual Studio or Resharper functionality for placement of using directives
Posted
by larsw
on Stack Overflow
See other posts from Stack Overflow
or by larsw
Published on 2009-05-04T16:25:10Z
Indexed on
2010/03/29
17:43 UTC
Read the original article
Hit count: 408
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
© Stack Overflow or respective owner