How to you get intellisense to work? (FIXED)

Started by
0 comments, last by nilkn 18 years, 10 months ago
Okay I'm not sure if it's called intellisense, but the thing that pops up helps you when you have a class ClassName something; something. <--- should pop up a list of all the member functions/variables. For some projects I have though it does not pop up and help me. Is there something I have to do to enable it? I'm using visual studio 2003. FIXED: I deleted the .ncb file and rebuilt the project.
Advertisement
It's always worked automatically for me, but it seems it can be manually invoked by doing Edit->IntelliSense->*.

These MSDN articles seem to answer your questions in more detail:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vcovrwhenintellisenseisunavailable.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vchowintellisenseondemand.asp

This topic is closed to new replies.

Advertisement