When I edit a C++ file and I'm entering a new function definition inside a class definition, VA keeps poping up suggestion lists which are by definition always wrong because I am writing a NEW function so there is nothing to suggest. Since VA knows where in the source I am at this point, it should suppress suggesting function names, while it still may suggest types when appropriate.