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)
{

}

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.