You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Jan 22 2008 : 10:02:45 AM I type the following:
CWndDerived::OnMouseMove(
I get this suggestion: UINT nFlags, CPoint point
Great! But, now I forget to press enter -- the suggestion disappears. How do I get it back? Usually, I have to re-type the whole line! This is tedious work!
I think this suggestion should pop up when I press ctrl+enter or similar. Any hints?
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jan 22 2008 : 8:42:59 PM Try pressing CTRL-SHIFT-SPACE. The keypress you need may depend on your IDE.
Also VA is designed to trigger this tooltip when you type a comma, since you are adding a new parameter.