I am using visual c++ 2008 professional version. I know the dot magic that after put the dot after a variable, vs automatically displays possible member functions.
Can visual c++ display the names under current cursor point? E.g after type m_, vs displays all the variables starting with m_ for me to choose?
thanks.
I know VS2010 does it automatically, but you can force it with CTRL+SPACE.