[ 
https://issues.apache.org/jira/browse/NETBEANS-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

SL EF updated NETBEANS-4503:
----------------------------
    Description: 
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|https://issues.apache.org/jira/browse/NETBEANS-2992]

  was:
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]


> 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: 8.2, 9.0, 10.0, 11.0, 12.0
>            Reporter: SL EF
>            Assignee: Junichi Yamamoto
>            Priority: Major
>
> 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|https://issues.apache.org/jira/browse/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

Reply via email to