让 ReSharper 继续“使用系统” 优化使用时

发布于 2024-07-09 10:08:07 字数 171 浏览 5 评论 0原文

我想知道是否有一些选项可以阻止 ReSharper 仅删除 using System; 指令? 也许这可以在某处配置?

另外,有没有办法让 ReSharper 对剩余指令进行排序,就像 Visual Studio 2008 那样(我认为按字母顺序)?

谢谢。

I was wondering if there is some option to keep ReSharper from removing just the using System; directive? Perhaps this is configurable somewhere?

Also, is there a way to have ReSharper sort the remaining directives just as Visual Studio 2008 does it (alphabetically, I think)?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

柠檬色的秋千 2024-07-16 10:08:08

是的,有这样一个选项:ReSharper->Languages->C#->Namespace Imports。 您可以添加不应删除的命名空间以及应始终导入的命名空间。

Yes, there is such an option: ReSharper->Languages->C#->Namespace Imports. You can add namespaces,that should not be removed, as well as namespaces, that should always be imported.

你怎么这么可爱啊 2024-07-16 10:08:08

是的,在选项 (Resharper > Options > Languages > C#) 中,有一个 < code>Namespace Imports 部分,允许您指定永远不应删除的命名空间。 您可以将System放入它给出的提示中。

Yes, in the options (Resharper > Options > Languages > C#), there is a Namespace Imports section that allows you to specify namespaces that should never be removed. You would put System into the prompt it gives.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文