It seems that it's unable to turn off Quick Info ToolTips when VA is active. Imagine, that you need to replace first parameter in the following code:
foo( j, 1 ); ... foo( j, n );
Function foo(...) have 5 overloads. When you replace first parameter, VA shows parameter info. You should press arrow down 6 (six!) times to move to the next line!