VS2013 IntelliSense overlapping ReSharper's one

筅森魡賤 提交于 2020-01-03 04:19:38

问题


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

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


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/23494422/vs2013-intellisense-overlapping-resharpers-one

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!