Rider autocompletion suggest totally wrong naming
Im working in Unity 3d and using Rider 2024.2.1. When im creating a variable, rider suggest autocompletion with totally wrong name that is not match Naming Style in settings.
For example, when im creating “private float someVariable” rider suggest me to name it “SomeVariable”. The problem is that in naming settings there is lowerCamelCase for private members and it's really annoying to have such suggestions.
It's not related to unity serialized / not serialized fields naming rule, because it's disabled completely.
How can I fix this behavior to get accurate suggestions from Rider?
Please sign in to leave a comment.