本文介绍了当Visual Studio打开时,为什么智能感知和代码建议会停止工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Microsoft Visual Studio 2012 中遇到了Intellisense问题.我将从事一个项目,编辑代码,而不是什么(一段时间后,从5分钟到一个多小时不等),然后突然间,不再有任何代码建议或智能提示.两者似乎都在同一时间完全停止工作.

I have been having issues with Intellisense in Microsoft Visual Studio 2012. I will be working in a project, editing code and whatnot (after a period of time, anywhere from 5 minutes to over an hour) and all of a sudden, no more code suggestions or intellisense. Both seem to stop working completely at the same time.

我尝试过的唯一解决方案是重置所有设置,完全关闭Visual Studio,然后再次重新打开项目.是否有更好的解决方案或更新可以解决此问题?

The only solution that I have tried is to reset all my settings, close out of Visual Studio completely and reopen the project again. Is there a better solution or an update that will fix this?

推荐答案

我花了很多时间研究同样的问题.一些解决方案将此bug与某些引用的程序集相关联.其他人则说Microsoft.Windows.Design.Extension.dll.Interactivity.dll应该在项目的引用中.但是这些解决方案都不适合我.

I spent a lot of time researching the same problem. Some solutions related this bug with some referenced assemblies. Others said that Microsoft.Windows.Design.Extension.dll and .Interactivity.dll should be in the references of the project. But none of these solutions worked for me.

我认为这是Visual Studio 2012中的错误,Microsoft必须对其进行修复.

I think it is a bug in Visual Studio 2012, Microsoft has to fix it.

这篇关于当Visual Studio打开时,为什么智能感知和代码建议会停止工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 23:51