VA has a nice feature that allows you to copy the full name of a variable or function type to the clipboard by clicking on it.
The only annoying thing is that after pasting the type name, you have to manually replace the dots in the type name with double colons.
There should be a setting for such a simple operation, but I have never seen one.
For example:
Poco.CppParser.Parser.isKeyword
to Poco::CppParser::Parser::isKeyword
