It would be nice if VAX were able to create a specialized implementation for a template method or function. F.e.
template< class T > void F( T p )
{
T foo ;
}
After "Create Implementation" from the refactor men++ i choose or write down the type for T and get the special implementation for it. Note that should also work for more than one template argument. A bit difficult to handle could be default template arguments. Especially more than one template argument could be interesting to refactor, if all combinations for the given type-replacements will be generated automatically.