Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通常在 VS2010 中工作时,我发现我在所有文件中都有我想要的命名空间列表。例如
using Common.Logging;
有没有办法可以配置它,最好是在项目或解决方案级别?
确实没有内置的东西可以做到这一点。您可以编辑 C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\1033 中的 Class.zip 文件,以更改“添加类”创建的默认类中的用法。
如果您想要特定项目/解决方案的内容,您可能需要考虑使用自定义片段而不是“添加类”。