Bug 24783 - method parameter name code completion
Summary: method parameter name code completion
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M3   Edit
Assignee: David Audel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-15 10:14 EDT by Jörg von Frantzius CLA
Modified: 2002-11-12 09:01 EST (History)
0 users

See Also:


Attachments

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