editorconfig中的标志如下:
我希望我的Visual Studio#CS编辑器在使用语句时更喜欢使用完全限定的命名。所以我更喜欢:
using myproject.management.control.common;
而不是
using control.common;
在Resharper";更喜欢使用嵌套范围中的名称进行完全限定";。
editorconfig文件中的并行设置是什么
csharp_qualified_using_at_nested_scope = true
只需将其设置为true