Pramulia
Pramulia

Reputation: 191

IntelliSense doesn't work in VS 2008

Can anyone help me figure out why IntelliSense doesn't work in VS 2008?

Upvotes: 0

Views: 425

Answers (1)

Andrew Hare
Andrew Hare

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:

  1. Tools > Options > Text Editor > C# > IntelliSense
  2. Check the box that says "Show completion list..."

Upvotes: 1

Related Questions