P
Peteroid
I was creating my application just fine for the last 3 weeks or so. Then,
starting this morning, IntelliSense seems to be having problems. It goes
into a locked 'Updating IntelliSense..." mode. When this happens its time to
close VS C++.NET, which can only be done via the Windows Task Manager.
I tried repairing C++. It did seem to help, but the problem is back a few
hours later. I will try creating a new project, copy over source files, and
see if it is somehow a corrupted project file.
By the way, the last time it had a problem was when I was adding a line to a
custom class which derives from TreeView class. The lne started with
'ImageList'. This is both the name of the innate TreeView property and also
what it is! So I'm wondering if this confused IntelliSense somehow. After
all, before I finished the line it couldn't know the context (I might have
been refering to the poroperty, or possibly creating a new instance of
ImageList). I personally try to never name things identically. It can be
confusing to humans too... : )
Is there a way to possibly turn off IntelliSense? I really love the feature,
but not if it crashes...
[==P==]
starting this morning, IntelliSense seems to be having problems. It goes
into a locked 'Updating IntelliSense..." mode. When this happens its time to
close VS C++.NET, which can only be done via the Windows Task Manager.
I tried repairing C++. It did seem to help, but the problem is back a few
hours later. I will try creating a new project, copy over source files, and
see if it is somehow a corrupted project file.
By the way, the last time it had a problem was when I was adding a line to a
custom class which derives from TreeView class. The lne started with
'ImageList'. This is both the name of the innate TreeView property and also
what it is! So I'm wondering if this confused IntelliSense somehow. After
all, before I finished the line it couldn't know the context (I might have
been refering to the poroperty, or possibly creating a new instance of
ImageList). I personally try to never name things identically. It can be
confusing to humans too... : )
Is there a way to possibly turn off IntelliSense? I really love the feature,
but not if it crashes...
[==P==]