我们如何禁用VS 2010 Intellisense [英] How can we disable VS 2010 Intellisense

查看:110
本文介绍了我们如何禁用VS 2010 Intellisense的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大多数时候,我的Visual Studio 2010速度太慢.因此,我决定禁用vs2010 Intellisense.有人可以帮我吗?

My Visual Studio 2010 is too slow most of the time. So I decided to disable the vs2010 Intellisense. Can any one help me?

推荐答案

Microsoft没有提供任何禁用Intellisense的方法.除了Intellisense可以而且确实崩溃之外,这不会有问题.

Microsoft doesn’t provide any way to disable Intellisense. This wouldn’t be a problem, except Intellisense can and does crash.

要禁用Intellisense,请关闭Visual Studio并导航到vcpackages文件夹:

To disable Intellisense, close Visual Studio and navigate to your vcpackages folder:

C:\ Program Files \ Microsoft Visual Studio 8 \ VC \ vcpackages

C:\Program Files\Microsoft Visual Studio 8\VC\vcpackages

将文件feacp.dll重命名为foulup.dll.现在,Visual Studio将无法加载Intellisense,但它不会崩溃,只会悄悄地放弃其功能.

Rename the file feacp.dll to something like foulup.dll. Now Visual Studio won’t be able to load Intellisense, but rather than crash it will just quietly drop its features.

也可以查看以下解决方案:

Also have look to this solutions : how to disable intellisense...

查看全文

登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆