如何使 Resharper Add-on 接受 RequestID 作为参数而不是 RequestId

发布于 2024-10-12 01:57:44 字数 394 浏览 7 评论 0原文

给定以下函数:

public SomeClass(int RequestID)
{
  // blah
}

Resharper 抱怨我的参数应该是 requestId (这首先没有意义,因为 .NET API 大多数时候使用 UpperCamelCase我进入配置并将 lowerCamelCase 更改为 UpperCamelCase

现在 Resharper 抱怨它应该是 RequestID。 >RequestId 好一点,但我是那种喜欢 ID 而不是 Id 的人,有人对此进行了配置修复吗?

Given the following function:

public SomeClass(int RequestID)
{
  // blah
}

Resharper complains that my parameter should be requestId (which doesn't make sense first of all, because the .NET API uses UpperCamelCase most of the time for their public methods. I went into the configuration and changed the lowerCamelCase to UpperCamelCase.

Now Resharper complains that instead of RequestID, it should be RequestId. Thats a little better, but I'm the kind of guy that likes ID and not Id. Anyone got a configuration fix for this?

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

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

发布评论

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

评论(1

抱着落日 2024-10-19 01:57:44

将 ID 添加到缩写列表。 Intellisense 菜单应该有该选项。

要管理您的缩写,请转至

Resharper ->选项->语言 ->常见->命名风格 ->高级设置..

Add ID to the Abbreviations list. The Intellisense menu should have that option.

To manage your abbreviations, go to

Resharper -> Options -> Languages -> Common -> Naming Styles -> Advanced Settings..

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