VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now!

By default Visual Studio 2010 comes with Intellisense feature enabled. By the way, there are some cases that it’s disabled – can be caused by anything (setting changes on add-in installation, importing settings, human error, your teammate :), etc).

The fix is simple, just open the Tools -> Options, then go to the Text Editor section. Select All Languages or specific language (in this example C#).

image

Then make sure Auto list members and Parameters information are checked. Click OK and it should be working now.


Posted

in

by

Comments

8 responses to “VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now!”

  1. […] This post was mentioned on Twitter by Ferry Meidianto. Ferry Meidianto said: VS2010 Tips#5: No Intellisense in Visual Studio 2010? Fix it now! http://bit.ly/cRieEd […]

  2. […] from: VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now … Please Share This […]

  3. Lee Avatar
    Lee

    Thank you!

  4. […] VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now! […]

  5. john Avatar
    john

    It works 🙂 … Thank you…

  6. prakash Avatar
    prakash

    It worked..
    Thanks

  7. J Avatar
    J

    Thanks that did the trick!

  8. Darth Continent Avatar

    This worked for me!

    ‘Auto List Members’ and ‘Parameter Information’ were both partially selected (grey boxes rather than checks), I clicked until both were checked and IntelliSense is again working.

    Thanks!

Leave a Reply

Your email address will not be published. Required fields are marked *