Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 330567 - code assist should list also the default parameters when listing function arguments
Summary: code assist should list also the default parameters when listing function arg...
Status: CLOSED DUPLICATE of bug 418493
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 7.0.1   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Anton Leherbauer CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-18 08:58 EST by Forrest CLA
Modified: 2016-12-31 20:52 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Forrest CLA 2010-11-18 08:58:06 EST
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.
Comment 1 Nathan Ridge CLA 2016-12-31 20:52:59 EST
This has been implemented for both functions and templates in bug 418493.

*** This bug has been marked as a duplicate of bug 418493 ***