Community
Participate
Working Groups
Build Identifier: 2.2.0.v20100616 Missing detailed tooltip at CA when create a class object Reproducible: Always Steps to Reproduce: 1. Have the following code at PHP file: /** * Enter description here ... * * Test long descriptions here * @param test * @author teodor */ class AnotherClass { } $test = new A| //Content assist at | An| //Content assist at | 2. Invoke content assist at two marked places 3. Look results at tooltip when point to AnotherClass suggestion Expected result: To have equal tooltip for class AnotherClass Actual result: At first instance of CA we have only class name at tool tip, at second one we have more information which is normal behavior of tooltip - look attached screen
Created attachment 172136 [details] Missing_detailed_CA_tooltip_at_creating_class_object
fixed in head
Verified on Pdt-2.2.0.v20100621. Closing [Sylvia Tancheva - silviya@zend.com]