I rather like this idea
Just to make sure we are talking about the same thing, if you have the following class in a header file:
class bugCreateImplementation
{
static int m_nStaticMemberVariable;
};
you want VA to generate the code:
int bugCreateImplementation::m_nStaticMemberVariable;
and to place it into the matching cpp file?