Timoty Weis
Timoty Weis

Reputation: 170

VS2013 IntelliSense overlapping ReSharper's one

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):

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

Upvotes: 1

Views: 1091

Answers (2)

DMS
DMS

Reputation: 1

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.

Upvotes: 0

citizenmatt
citizenmatt

Reputation: 18573

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.

Upvotes: 1

Related Questions