Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318639

Summary: [Content Assist] Provide content assist to alias
Product: z_Archived Reporter: Roy Ganor <ganoro>
Component: PDTAssignee: PHP Core <php.core-inbox>
Status: CLOSED FIXED QA Contact:
Severity: major    
Priority: P1 CC: alan.bem, gadi
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Roy Ganor CLA 2010-07-01 14:55:11 EDT
1. given the following example:

<?php
namespace Example\One {
	class Response {
		function foo() {
		}
	}
}

namespace foo {
	use Example\One\Response as HTTPResponse;
	$a = new HTTPResponse ();
	$a->|
}

2. where the | char, need to provide foo() method
Comment 1 Zhongwei Zhao CLA 2010-07-02 02:07:00 EDT
fixed in head
Comment 2 Zhongwei Zhao CLA 2010-07-02 02:30:43 EDT
fixed in branch
Comment 3 Roy Ganor CLA 2010-07-15 10:34:19 EDT
*** Bug 319930 has been marked as a duplicate of this bug. ***
Comment 4 Gadi Goldbarg CLA 2010-08-19 11:02:58 EDT
Verified fixed.
Kalin Yanev
kalin.a@zend.com