You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2020/07/07 15:17:00 UTC

[jira] [Resolved] (NETBEANS-4503) Code completion does not work in functions declared inside methods

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

Junichi Yamamoto resolved NETBEANS-4503.
----------------------------------------
    Fix Version/s: 12.1
       Resolution: Fixed

> 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
>             Fix For: 12.1
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 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: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists