I noticed that VS2008 is constantly updating intellisense at 70-100% CPU usage - and I mean constantly. I have left my laptop on overnight and it was still updating this morning. I found several references to this issue in VS2005 but it appears to not have been fixed - hence my repost of the issue. Clearly disabling intellisense is worse since it is extremely useful. This is a large MFC/C++ project. In addition, often when I right click, VS2008 will lockup and I need to end process. I have an older laptop with one core so this is very debilitating to my productivity. Thanks, Todd
On Thu, 21 Aug 2008 12:48:33 -0700 (PDT), todd wrote: >I noticed that VS2008 is constantly updating intellisense at 70-100% >CPU usage - and I mean constantly. Change the .ncb file to read only. Intellisense still works but does not get updated. Steve -- Neural Planner Software Ltd http://www.NPSL1.com EasyNN-plus. Build Neural Networks. http://www.easynn.com SwingNN. Forecast the Future. http://www.swingnn.com
On Aug 21, 4:50 pm, Stephen Wolstenholme wrote: > On Thu, 21 Aug 2008 12:48:33 -0700 (PDT), todd > wrote: > > >I noticed that VS2008 is constantly updating intellisense at 70-100% > >CPU usage - and I mean constantly. > > Change the .ncb file to read only. Intellisense still works but does > not get updated. > > Steve > > -- > Neural Planner Software Ltd http://www.NPSL1.com > EasyNN-plus. Build Neural Networks. http://www.easynn.com > SwingNN. Forecast the Future. http://www.swingnn.com Thanks, I will give that a try.