Is there any way to tell to Resharper that methods should have different naming conventions depending on the access modifier as suggested for example here? I mean for example:
private methods lowerCamelCase
public methods UpperCamelCase
etc...
Sure, just go to ReSharper Options | Code Editing | C# | Naming Style, click Advanced Settings and then Add to add your custom rules. The extended naming rules let you define things like member visibility, whether it's static, and so on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With