Reputation: 6085
Before I go make an issue to Jet Brains, I wanted to see if anyone else has this issue. All my class level private variables (eg: _myvar) are showing twice in intellisense. (Resharpers intellisense).
The correct is shown like so : _myVar The incorrect is also shown: __myVar
Notice the extra _ this only seems to be for my class level vars. I have cleared the Cache but it has not changed anything. I am pretty new to Resharper, so I am hoping this is something I am doing wrong.
Upvotes: 1
Views: 160
Reputation: 17719
That behaviour is not happening for me.
Try the following:
Upvotes: 2