Community
Participate
Working Groups
Build Identifier: 20100617-1415 when $obj-> works for autocomplete, after the comment it will no longer when doing like: $array = array( 'key1' => $obj->works(), // following won't autocomplete anymore 'key2 => $obj->doesnt(), ); Reproducible: Always Steps to Reproduce: $array = array( 'key1' => $obj->works(), // following won't display functions via autocomplete anymore 'key2 => $obj->doesnt(), );
could not be reproduced on pdt2.2 release,let QA to verify it. Eclipse for PHP Developers Version: Helios Release Build id: 20100617-1415 (c) Copyright Eclipse contributors and others 2000, 2010. All rights reserved. Visit http://eclipse.org/ This product includes software developed by the Apache Software Foundation http://apache.org/
QA could not reproduce it as well. Closing the bug. If still relevant, please reopen and give more details on how to reproduce. Thanks