Bug 24783

Summary: method parameter name code completion
Product: [Eclipse Project] JDT Reporter: Jörg von Frantzius <jfrantzius>
Component: CoreAssignee: David Audel <david_audel>
Status: RESOLVED WORKSFORME QA Contact:
Severity: enhancement    
Priority: P3    
Version: 2.0   
Target Milestone: 2.1 M3   
Hardware: All   
OS: All   
Whiteboard:

Description Jörg von Frantzius CLA 2002-10-15 10:14:24 EDT
It would be nice if in the following:

   public void someMethod(SomeType <Ctrl-Space>

code completion would propose "someType" as the name of the parameter (i.e.
insert and highlight the proposal)
Comment 1 Philipe Mulet CLA 2002-10-15 10:59:07 EDT
We have support already on local/field declarations, seems like we could also 
offer it on arguments.
Comment 2 David Audel CLA 2002-10-31 08:05:03 EST
We have already support for argument.
But for local, field or argument if the type is not resolvable then there is no 
name proposal.

Jorg - I need to know if 'SomeType' is an existing type in your test case.
Comment 3 David Audel CLA 2002-11-12 09:01:51 EST
I think that there is no bug.
Reopen the bug if 'SomeType' is a known type.

Closing.