Please guide me, how do you enable autocomplete functionality in VS C++? By auto-complete, I mean, when I put a dot after control name, the editor should display a dropdown menu
'ctrl'+'space' will open C/C++ autocomplete.