Sample code:
int x = 6;
CRect rcTest(5, x, 5, 5);
When I put the cursor before the x and enter movef then VA suggests 'MoveFile'. I press <Tab> and MoveFile is inserted. If I do the same in front of a 5, then MoveFile is inserted and 5 deleted. MoveFile is only used for demonstration, in real world MoveFile is a macro.
Is this intentional? I would expect no difference in behavior between a variable and a number.