如何优先选择在 .editorconfig for CSharp 编辑器的嵌套作用域的完全限定"using name"



我希望我的Visual Studio#CS编辑器在使用语句时更喜欢使用完全限定的命名。所以我更喜欢:

using myproject.management.control.common;

而不是

using control.common;

在Resharper";更喜欢使用嵌套范围中的名称进行完全限定";。

editorconfig文件中的并行设置是什么

editorconfig中的标志如下:
csharp_qualified_using_at_nested_scope = true

只需将其设置为true

相关内容

  • 没有找到相关文章

最新更新