What do you mean by autocomplete?
template <class paramToTemplate>
class TemplateClassWithLongParameterName
{
// when you start typing "paramToTemplate", it not suggested
paramToTemplate foo;
};
We are considering the above type of suggestions:
case=8462
Do you mean this type of thing?