Intellisense what?

Jun 26, 2009 at 2:02pm
This is purely curiosity, I'm not having any issues or anything.

I use VC++ 2008 and whenever I make a project, I get a VC++ Intellisense Database of the same name as the project. And it is always, by far, the largest file in the project. And yet, as far as I can tell, I've never used it, and the compiler has never accessed it.

So what is it?
Jun 26, 2009 at 2:21pm
Intellisense is the feature that allows the IDE to give you parameter completion info, etc on the fly as you type.
Jun 26, 2009 at 3:01pm
Ohh neat...yeah thats pretty important ^_^ Thanks for the info j
Topic archived. No new replies allowed.