Stop VS from automatically adding using directives

前端 未结 1 1263
旧时难觅i
旧时难觅i 2020-12-19 08:24

I don\'t mind the using directives which are automatically created when the script is created. Those are fine. What I\'m talking about are the using directives which are

相关标签:
1条回答
  • 2020-12-19 08:57

    Under Tools > Options... > Text Editor > C# > IntelliSense, uncheck 'Show items from unimported namespaces (experimental)'.

    0 讨论(0)
提交回复
热议问题