If I have a namespace in which a lot of functions exists, and my caret is presently within the scope of an implementation of one of the functions, the functions are listed as "members" of the namespace in VA View.
If I click on one of those functions listed in VA View, the header file is opened and the caret is placed on the prototype of that function. I would expect that it would place the caret at the begin of the function in the implementation (.cpp) file.
At the following URL is a sample program that demonstrates the problem: