I've done everything listed in this answer: https://stackoverflow.com/a/31614259/602114, but the lightbulb still pops up whenever I rename a private field, in this case from db
to _db
:
Clicking on the lighbulb suggests performing "rename" refactor action.
However that's exactly what I've just done using ReSharper! This suggestion pops up every time I rename a field that does not have any references, and when I perform ReSharper refactor action, making it completely redundant.
Is there any way to turn it off?