Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318639 - [Content Assist] Provide content assist to alias
Summary: [Content Assist] Provide content assist to alias
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: PHP Core CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 319930 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-01 14:55 EDT by Roy Ganor CLA
Modified: 2020-05-14 10:17 EDT (History)
2 users (show)

See Also:


Attachments

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