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.
有什么方法可以告诉 Resharper 方法应该有不同的命名约定,具体取决于例如这里建议的访问修饰符?我的意思是例如:
私有方法 lowerCamelCase 公共方法 UpperCamelCase ETC...
私有方法 lowerCamelCase
公共方法 UpperCamelCase
ETC...
当然,只需转到ReSharper 选项 | 代码编辑 | C# | 命名样式,单击高级设置,然后单击添加以添加您的自定义规则。扩展命名规则允许您定义成员可见性、是否为静态等内容。