Visual Studio or Resharper functionality for placement of using directives

后端 未结 7 719
猫巷女王i
猫巷女王i 2020-12-02 14:56

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 funct

7条回答
  •  北海茫月
    2020-12-02 15:25

    Update for Resharper 2020.1: This option can now be found in Options → Code Editing → C# → Syntax Style → Reference Qualification and 'using' Directives

    Image for reference

提交回复
热议问题