1

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.

deanvmc
  • 5,957
  • 6
  • 38
  • 68
  • thats not happening for me, using r#6 rtm 6.0.2202.688. Ensure you're using the same build. Try also resetting your *visual studio* settings, ie Tools -> Import/Export Settings -> Reset Settings. 3rd: delete the .Resharper folders that sit alongside your project folders and restart VS – wal Oct 12 '11 at 14:24
  • @wal That worked, could you place it as an answer so I can accept please? – deanvmc Oct 12 '11 at 20:28
  • glad to hear. could you specify which fixed it? – wal Oct 12 '11 at 22:54

1 Answers1

2

That behaviour is not happening for me.

Try the following:

  • Ensure you're using the latest build. (I'm using r#6 rtm 6.0.2202.688.)
  • Reset your visual studio settings, ie Tools -> Import/Export Settings -> Reset Settings.
  • Delete the .Resharper folders that sit alongside your project folders and restart VS
wal
  • 17,409
  • 8
  • 74
  • 109
  • I'm not sure which was the fix, I deleted the resharper folders, then uninstalled, then reset the settings after a fresh resharper install. – deanvmc Oct 13 '11 at 08:23