When I write 'foo(' VA automatically places the ) to produce 'foo()'. But when I open a " to pass a literal string to foo, VA's not smart enough to place the ending " before the closing paren and leaves me at foo("*cursor*)
Wouldn't smarter placing of ending "s and others be a nice feature to have?