找不到“命名规则”的设置在雷沙珀!

发布于 2024-10-12 08:36:08 字数 302 浏览 1 评论 0原文

我厌倦了 Reshaper 抱怨我命名为“varID”的任何变量更改为驼峰式命名法(即“varId”)。

因此,我尝试在 Resharper 中添加一条规则

Edit 'Local Variables' Rule Settings

,并使用“ID”设置“名称后缀”,它不再抱怨。现在,如果我有一个变量“varID”,它会抱怨并建议将其重命名为“var”。但是当我检查/编辑规则时,我原来的规则不再存在。

注意:我没有编辑现有规则,以防您建议我检查该规则。

有人有什么想法吗?

I got tired of Reshaper complaining on any variables I have named as "varID" to change to Camel Case (i.e. "varId").

So I tried to add a rule in Resharper under

Edit 'Local Variables' Rule Settings

And set the "Name Suffix" with a "ID" and it stopped complaining. Now, if I have a variable as "varID" it will complain and recommend it be renamed to "var". But when I inspect/edit the rules, my original rule is no longer there.

NOTE: I didn't edit the existing rule in case you suggest I check that.

Anyone have any ideas?

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

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

发布评论

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

评论(2

少女的英雄梦 2024-10-19 08:36:08

我会撤消名称后缀更改。然后去

Resharper->选项->命名样式(在语言/通用下),然后单击高级设置。

在底部的缩写列表中是您要添加 ID 的位置。然后它应该停止抱怨变量名、属性等中使用的 ID。

I would undo the Name Suffix change. Then go to

Resharper -> Options -> Naming Style (under Languages/Common) and click Advanced Settings.

In the abbreviations list at the bottom is where you want to add ID. Then it should stop complaining about ID being used in variable names, properties, etc.

日记撕了你也走了 2024-10-19 08:36:08

如果您想禁用“命名规则”:

  • 转到“Reshaper ->”选项->代码检查 ->检查严重性。
  • 使用搜索框搜索“不一致的命名”。
  • 将下拉列表的值更改为“不显示”。

If you want to disable 'naming rules':

  • Go to 'Reshaper -> Options -> Code Inspection - > Inspection Severity.
  • Use the search box to search for 'inconsistent naming'.
  • Change the value of the drop-down list to 'Do not show'.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文