对“用途”进行排序ReSharper Clean-up 指令

发布于 2024-12-14 21:25:49 字数 42 浏览 3 评论 0原文

如何设置 ReSharper 在课堂上调用“Sort usings”?

How to setup ReSharper to call "Sort usings" in class?

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

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

发布评论

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

评论(5

っ〆星空下的拥抱 2024-12-21 21:25:49

我会回答我的问题。

使用 Resharper 的快捷方式并不是最佳解决方案。不错的工具是 CodeMaid 它在保存文件时进行了一些很好的清理,就像没有按下快捷键一样:

  • 按字母顺序排序并删除未使用的
  • 删除空行

此工具是 Resharper 的补充。

I will answer for my question.

Using shortcut from Resharper it's not best solution. Nice tool is CodeMaid it makes few nice cleanup's when saving file like with no shortcut key press:

  • sorting usings alphabetically and remove unused
  • deleting empty lines

This tool is complement for Resharper.

傲性难收 2024-12-21 21:25:49

如果您通过菜单或键盘快捷键 CTRL+ECTRL+C< 运行代码清理,Resharper (9) 将对用途进行排序/kbd>

Resharper (9) will sort usings if you run Code Cleanup, via menus or keyboard shortcut CTRL+E, CTRL+C

耀眼的星火 2024-12-21 21:25:49

尝试使用 Stylecop Resharper 插件

Stylecop 规则 SA1210:使用指令必须按命名空间的字母顺序排序< /code> 将允许您通过按 ALT+ENTER 使用快速修复对它们进行排序。

使用 Stylecop 可以很好地帮助您编写干净的代码,但您可能想关闭一些规则。

Try using the Stylecop Resharper Plugin

Stylecop Rule SA1210: Using directives must be sorted alphabetically by the namespaces will allow you to use a quick fix to sort them by pressing ALT+ENTER.

Using Stylecop is good at helping you write clean code, but you may want to turn off some of the rules.

太阳男子 2024-12-21 21:25:49

您不需要 ReSharper 来执行此操作。默认情况下,快捷键 CTRL+ER 将删除(未使用)并对 using 语句进行排序。

如果您只想排序或未在 Visual Studio 实例上设置快捷方式,请转到:

  • 工具 -> 排序。选项。
  • 环境->键盘
  • 搜索“Editor.ContextMenus.CodeWindow.OrganizeUsings”。

有几个选项可以玩。

You don't need ReSharper to do this. By Default the shortcut CTRL+E, R will remove (unused) and sort the using statements.

If you only want sorting or the shortcut isn't set on your instance of Visual Studio, go to:

  • Tools-> Options.
  • Environment -> Keyboard
  • Search for "Editor.ContextMenus.CodeWindow.OrganizeUsings".

There are a few options there to play with.

凑诗 2024-12-21 21:25:49

这个问题已经涵盖了这一点:

删除整个程序集中未使用的使用

该功能位于 ReSharper 4.5 中。如果右键单击解决方案,
有一个清理代码...项目,它允许您应用清理
配置文件到解决方案。您可以从以下位置创建新的清理配置文件
ReSharper 选项中的代码清理节点(如果您希望配置文件
只需调整 using 指令即可。

This question already covers this:

Remove unused Usings across entire assembly

The feature is in ReSharper 4.5. If you right click on the solution,
there's a Cleanup Code... item, which allows you to apply a cleanup
profile to the solution. You can create a new cleanup profile from the
Code Cleanup node within ReSharper options, if you want a profile to
just adjust the using directives.

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