May/10
10
VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now!
8 Comments · Posted by Ferry Meidianto in Visual Studio
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#).
Then make sure Auto list members and Parameters information are checked. Click OK and it should be working now.
intellisense · Tips & Tricks · VS2010 · VS2010-Tips
8 comments
Leave a Reply
<< VS2010 Tips #6: Easy way to troubleshoot Visual Studio 2010 issues
Tweets that mention VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now! · Ferry Meidianto -- Topsy.com · May 11, 2010 at 4:36 am
[…] 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 […]
VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now … | Learn Visual Studio · May 21, 2010 at 11:58 pm
[…] from: VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now … Please Share This […]
Lee · May 23, 2010 at 12:40 am
Thank you!
Visual Studio 2010 Tips & Tricks - Batch 1 - Ferry @ INDC · July 1, 2010 at 12:37 pm
[…] VS2010 Tips #5: No Intellisense in Visual Studio 2010? Fix it now! […]
john · October 12, 2011 at 7:51 pm
It works 🙂 … Thank you…
prakash · May 17, 2013 at 2:30 pm
It worked..
Thanks
J · July 24, 2013 at 3:02 am
Thanks that did the trick!
Darth Continent · February 27, 2014 at 3:40 am
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!