SL EF created NETBEANS-4503:
-------------------------------
Summary: Code completion does not work in functions declared
inside methods
Key: NETBEANS-4503
URL: https://issues.apache.org/jira/browse/NETBEANS-4503
Project: NetBeans
Issue Type: Bug
Components: php - Editor
Affects Versions: 12.0, 11.0, 10.0, 9.0, 8.2
Reporter: SL EF
Assignee: Junichi Yamamoto
Example:
{code:java}
<?php
class Test
{
private function testMethod()
{
function testFunction()
{
$e = new Exception();
$e->; // will not work
}
}
}
{code}
code completion will not work, but go to declaration still working fine
maybe this could be fixed like this [#NETBEANS-2992]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists