zoukankan      html  css  js  c++  java
  • vs2010出现

    最近一打开vs2010,就出现一个很丑的对话框:please wait while intellisense and browsing information are updated 

    图片为:image

    说什么智能感知和浏览信息在更新啥的,然后一直在等一直在等,还是不好,最好无果,之后google之。

    官方MSDN上的解决方案是:等把。

    大家可以参见这里:(鸟文,英语不行的童鞋请自动google翻译):

    链接地址:http://blogs.msdn.com/b/vcblog/archive/2010/02/19/improving-c-intellisense-performance-with-pch.aspx?PageIndex=2

    Improving C++ Intellisense Performance with PCH

    Thank you to everyone who has submitted feedback on the Visual Studio Release Candidate. We have received feedback that C++ Intellisense performance is slower. One way to improve this is to enable Pre-Compiled Headers usage for Intellisense parser. Andy Rich has written a detailed post on intellisense PCH usage that gives some additional details and explains how to optimize your intellisense engine with PCH. Here are a few of the benefits of using PCH:

    · Improves Intellisense parser performance in the IDE

    · iPCH is on by default as long as your project is using PCH

    Thank you,

    Kelly Evans

    Visual C++ Team

    ...


    ==============================================================================

    本博客已经废弃,不在维护。新博客地址:http://wenchao.ren


    我喜欢程序员,他们单纯、固执、容易体会到成就感;面对压力,能够挑灯夜战不眠不休;面对困难,能够迎难而上挑战自我。他
    们也会感到困惑与傍徨,但每个程序员的心中都有一个比尔盖茨或是乔布斯的梦想“用智慧开创属于自己的事业”。我想说的是,其
    实我是一个程序员

    ==============================================================================
  • 相关阅读:
    P1855 榨取kkksc03
    P1359 租用游艇
    P1656 炸铁路
    P1536 村村通
    P3367 【模板】并查集
    P3395 路障(洛谷)
    P1135 奇怪的电梯(洛谷)
    P1331 海战(洛谷)
    conda安装和pip安装的国内镜像配置
    cvpr2020 | 图像增强与恢复论文盘点
  • 原文地址:https://www.cnblogs.com/rollenholt/p/2052466.html
Copyright © 2011-2022 走看看