Bug 373477 - [content assist] parameter guessing supports no-args methods only
Summary: [content assist] parameter guessing supports no-args methods only
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-07 03:44 EST by Marcel Bruch CLA
Modified: 2012-03-12 07:20 EDT (History)
1 user (show)

See Also:


Attachments
Example Screenshot (20.28 KB, image/png)
2012-03-07 03:44 EST, Marcel Bruch CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marcel Bruch CLA 2012-03-07 03:44:38 EST
Created attachment 212191 [details]
Example Screenshot

When triggering code completion on a MessageSend node as in 

Logger.getLogger(|<^Space>), only methods with no arguments are proposed such as "getClass()". I think, the proposed completions should also allow visible method that take arguments and use the linked mode to allow users to complete the proposal.
Comment 1 Dani Megert CLA 2012-03-12 07:20:02 EDT
> Logger.getLogger(|<^Space>), only methods with no arguments are proposed such
> as "getClass()". 
This is an invalid example as Ctrl+Space would only show the parameter hints in this case (see bug 25313), but I see what you mean.