Reputation: 1012
Intellisense (or Resharper) is occasionally deleting my C# code as I write it. It's occuring in declarations and in method calls, and seems to be triggered by a comma or open bracket. The Undo history shows the erroneous action simply as "Intellisense". What could be causing such behaviour?
I managed to reproduce one of these unhelpful deletions here:
I'm running VS 2015 Professional Update 3 with ReSharper 2016.3.1
EDIT: I passed this issue on to JetBrains, it's categorised as a critical bug on YouTrack
Upvotes: 27
Views: 604
Reputation: 146
It's a problem in the Resharp-Installer for some "version-combinations". I talked to the Tech-Support about this. What's happening is basically the Resharper-Installation gets corrupted and sets some key-shortcuts for the wrong buttons. In your case a ',' deletes the whole word in front it seems. They're still unsure about which combinations lead to these problems and why. They told me to whether update my Visual Studio and reinstall Resharper, or use an older version of Resharper.
Upvotes: 1