I am fighting with my IDE, sometimes if I type “Debug.Log” it suggestions “logger (obsolete)” instead of the obviously better pattern “Log” which is higher in alphabetical order and matches capitalization more exactly??
Rider often suggests a less preferred pattern:
I have tried researching some of the Rider autocomplete settings, but nothing has worked and I am plagued by a horrible autocomplete suggestion that I use often, and I can’t figure out how to customize my IDE to removed this undesired behavior.
I even deleted entire contents of the Debug.cs file (where logger class was located) yet Rider still insists that “logger” is the best suggestion (even after rebooting the PC many times):
Why would obsolete methods be on top of the list anyways?
Can I remove “logger” from the list ?
Thanks