VS2005 & C++ intellisense

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

How to disable the intellisense / file parsing in VS2005 (beta 2)?
As soon as my header get over a few hundreds lines modifying them becames a
pain, VS.NET keeps frozing... (presumably to parse the header).
This is insufferable!
 
How to disable the intellisense / file parsing in VS2005 (beta 2)?
As soon as my header get over a few hundreds lines modifying them
becames a pain, VS.NET keeps frozing... (presumably to parse the
header). This is insufferable!

To disable intellisense, rename the file feacp.dll (in the VC install
directory) to something else.

One thing I should note, of course, is that the final release of Visual
Studio does not exhibit that ugly behavior :)

Thanks,
 
How to disable the intellisense / file parsing in VS2005 (beta 2)?
To disable intellisense, rename the file feacp.dll (in the VC install
directory) to something else.

One thing I should note, of course, is that the final release of Visual
Studio does not exhibit that ugly behavior :)
Oh! Cool!
I was hoping no less from the final release, but it's good to have my hope
confirmed!
 
Back
Top