Reputation: 191
Can anyone help me figure out why IntelliSense doesn't work in VS 2008?
Upvotes: 0
Views: 425
Reputation: 351748
I imagine there is something wrong with your installation of Visual Studio - without more information the best thing we can recommend is reinstalling the IDE.
The only other thing I can think of is possibly intellisense has been disabled - try re-enabling it like this:
Tools > Options > Text Editor > C# > IntelliSense
- Check the box that says "Show completion list..."
Upvotes: 1