Reputation: 18792
Intellisense is suddenly missing from Visual Studio 2008 IDE on a project I am working. This was working fine. I rebooted the machine several times but still not working. It's working in other projects. What else could be causing this?
Upvotes: 0
Views: 560
Reputation: 18792
A third party dll was throwing an error in design mode. Only when I tried to open the form in Design View I noticed the error.
Upvotes: 0
Reputation: 30842
Try deleting the .ncb files. Failing that, checkout a clean source tree.
Upvotes: 3
Reputation: 9892
Did you check under Tools/Options/Text Editor/(Your Language) to see if the auto complete is still on? There is "Auto List Members" under General and also Intelesense section has a show option.
Upvotes: 1