Bug 52834

Summary: [content assist] Parameter guessing doesn't work for constructors
Product: [Eclipse Project] JDT Reporter: Dan Berindei <dberindei>
Component: CoreAssignee: JDT-Core-Inbox <jdt-core-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: eclipse, travis.hume
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Dan Berindei CLA 2004-02-23 11:20:55 EST
If I press Ctrl+Space before I insert the paranthesis only the list of available
class names appear in the completions list, so I can't select a specific
constructor for the class I want. If I insert the paranthesis and then press
Ctrl+Space, parameter guessing isn't triggered (see bug 25313).
Comment 1 Dani Megert CLA 2004-02-23 11:49:44 EST
couldn't we propose constructors if there's a "new" in front of the partial type
name?
Comment 2 Dan Berindei CLA 2004-02-23 12:46:45 EST
It would be nice, but it would have one downside: the number of proposals would
skyrocket, probably hurting the usability of content assist. This may be a good
tradeoff, though.
Comment 3 Frederic Fusier CLA 2004-06-22 06:36:33 EDT
*** Bug 61258 has been marked as a duplicate of this bug. ***
Comment 4 Frederic Fusier CLA 2004-06-22 06:37:23 EDT
Deferred post 3.0
Comment 5 Tom Hofmann CLA 2006-07-17 08:28:22 EDT
Dup of bug 6930.
Comment 6 Dani Megert CLA 2007-03-14 06:13:30 EDT
>Dup of bug 6930.
No.
Comment 7 Dani Megert CLA 2007-03-14 07:35:35 EDT
Actually it is a combination of bug 6930 and bug 25313. I'm marking it as dup of bug 6930 as this is closer.

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