Community
Participate
Working Groups
Build Identifier: 20100917-0705 when you type $var that refers to an object and then -> manually, no proposal is displayed. reason is in PHPContentAssistant.java line163 if (e.character == 0x3E) {// '>' will not trigger proposal // popuped stop(); return; } This was made I think because of symbol ">" means bigger. Reproducible: Always Steps to Reproduce: 1. type variable that is Object 2. then type ->
duplicate of https://bugs.eclipse.org/bugs/show_bug.cgi?id=327231 fixed in head Contributed by Xu,thanks!
duplicate of https://bugs.eclipse.org/bugs/show_bug.cgi?id=327231 *** This bug has been marked as a duplicate of bug 327231 ***
Verified.