Menu

#243 Improve code completion

open
nobody
None
5
2012-09-26
2004-04-21
Anonymous
No

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.

Discussion


Log in to post a comment.