Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 226366 - Type hinting autocomplete in method definition only work for the first parameter
Summary: Type hinting autocomplete in method definition only work for the first parameter
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Guy Gurfinkel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-09 16:40 EDT by Jonathan CLA
Modified: 2020-05-14 11:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan CLA 2008-04-09 16:40:16 EDT
Since the 178032 fix, type hinting autocomplete works for methods (or constructors) definitions. However, it only works for the first parameter : for next parameters it doesn't.
	

Here is a code snippet :

class TryTypeHinting
{
	public function doStuff(FirstType $param1, [1]) {
	}
}

Autocompletion is not available at [1]
Comment 1 Guy Gurfinkel CLA 2008-04-10 05:05:06 EDT
regration..
Comment 2 Guy Gurfinkel CLA 2008-04-10 07:52:47 EDT
fixed
Comment 3 Gadi Goldbarg CLA 2008-05-07 07:44:56 EDT
fixed