| Summary: | [Content Assist] Provide content assist to alias | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Roy Ganor <ganoro> |
| Component: | PDT | Assignee: | 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: | |||
fixed in head fixed in branch *** Bug 319930 has been marked as a duplicate of this bug. *** Verified fixed. Kalin Yanev kalin.a@zend.com |
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