Improve code completion for arguments of a class
member function in templates. For example:
template< class T >
void CTree<t>::AddChild(CTree<t> new_tree)
{</t></t>
}
inside this member function code completion
for argument "new_tree"(and any argument declared
using template) doesn't work.