Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
8.2, 9.0, 10.0, 11.0, 12.0
-
None
Description
Example:
<?php class Test { private function testMethod() { function testFunction() { $e = new Exception(); $e->; // will not work } } }
code completion will not work, but go to declaration still working fine
maybe this could be fixed like this NETBEANS-2992