Bug 52834 - [content assist] Parameter guessing doesn't work for constructors
Summary: [content assist] Parameter guessing doesn't work for constructors
Status: RESOLVED DUPLICATE of bug 6930
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 61258 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-02-23 11:20 EST by Dan Berindei CLA
Modified: 2007-03-14 07:35 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***