I would like to have additional snippet possibilities for refactoring, especially for document method. The following example demonstrates the problem.
typedef int mytype ;
/// $MethodArgType$ >> const mytype * &
/// $MethodArgPureType$ should >> mytype
/// $MethodArgResolvedType$ should >> int
void f( const mytype*& p )
{
}
I need a snippet-placeholder for the pure type "mytype" and the resolved type "int". Additionally some may find it useful to have the modifiers separate.