I'm using Visual Studio 2008 and I have been wondering why doesn't the autocompletion of Visual Studio kicks in automatically every time I start typing something in C++, unlike C#.
It does show me the list member box when I use the "." or "->" operator but not when I start typing randomly. I can make it appear using alt + right arrow but it's not nearly as efficient as just displayer the list member box automatically.
Could it be because of something I did or is it like this for C++?
Thanks in advance!
P.S. It's for a WIN32 console application.
Edit : Basically, I'm wondering if there is a way to make the list member box appear right when I start typing instead of having to do alt + right arrow.