Frage

After installing ReSharper I've noticed a problem with the IntelliSense;

intellisense overlap

In the image it is clearly visible that the IntelliSense of Visual Studio is displayed over the one of ReSharper (which by the way has the focus, so using the arrow keys will move the highlight section of the completion list below). I've tried to do several things without any result (always with VS restart):

  • Switch from ReSharper IntelliSense to VS (back and forth)
  • Limit ReSharper IntelliSense to some selected languages (i.e. C#)
  • Completely disable VS IntelliSense ('Tools | Options | Text Editor | All languages' and 'Tools | Options | Text Editor | C# | IntelliSense')
  • Resize ReSharper's completion list
  • Re-applying the keyboard shortcuts (Visual Studio)
  • Reset VS and repairing the ReSharper installation
  • Re-install ReSharper
  • Clear all temp folders

None of them helped me fix this issue which results in a particular annoying problem while trying to write anything.

JetBrains ReSharper 8.2 C# Edition

Microsoft Visual Studio Professional 2013 Version 12.0.30110.00 Update 1

War es hilfreich?

Lösung

This is a conflict with the "plain text completion" feature of the Viasfora extension. It's been fixed in source by detecting when ReSharper is installed: https://github.com/tomasr/viasfora/issues/51 Should be fixed in a new release soon, I guess.

Andere Tipps

If you have this problem without the Viasfora extension:

Go to Tools -> Options -> Text Editor -> XML -> General And Disable "Auto list members" and "Parameter information".

seems that resharper disables this features in xaml, but not in xml. Worked for me with vs2015. Hope this helps.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top