Help needed with autocompletion capitalization :C
Hi! I'm using a Rider for a long time, and everything was great, but now it's starting to mess with autocompletion with C#.
I'm using it with Unity so writing code on C#. Usually it's was suggesting to name variables with lower camelCase, but now it's suggesting UpperCamelCase for local variables. How can I fix that?
It's even warns me, that's it's does not match rules, after suggesting me a wrong completion.

I'm fully reseted whole IDE, even uninstalled everything and installed IDE from scratch, this behavior still here...
Please help!
Rider 2021.1.3
Please sign in to leave a comment.
Hello, please check Serialized Field Naming Rules in Preferences | Languages & Frameworks | Unity Engine. Style should be set up there.
I have this field set but the auto-complete still uses a Capital letter for public fields on monobehaviours. Is it possible to have autocomplete use this style?
Jordan R Piscitelli, could you please also check Fields naming settings in Preferences | Editor | Code Style | C# | Naming and set up as desired?