Bug 373477

Summary: [content assist] parameter guessing supports no-args methods only
Product: [Eclipse Project] JDT Reporter: Marcel Bruch <marcel.bruch>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Example Screenshot none

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.