VS2013 IntelliSense overlapping ReSharper's one

我与影子孤独终老i 提交于 2019-12-08 08:44:24

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.

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.

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