Community
Participate
Working Groups
int function(int a, int b=0); When I type function( C-space, it's logical and useful to see (int a, int b=0) in the tooltip, not just (int a, int b). For templates there's not tooltip at all. template< typename space, int dimension=3> class Vector {...}; When I type Vector< C-space, it's logical and useful to see < typename space, int dimension=3> in the tooltip.
This has been implemented for both functions and templates in bug 418493. *** This bug has been marked as a duplicate of bug 418493 ***