Czukowski created NETBEANS-2992:
-----------------------------------

             Summary: Code completion does not work well inside Closures
                 Key: NETBEANS-2992
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2992
             Project: NetBeans
          Issue Type: Bug
          Components: php - Editor
    Affects Versions: 11.1
            Reporter: Czukowski


PHP code completion does not offer a method of an object member, eg 
{{$this->service->process()}} when invoked from within a closure. It does offer 
the object member itself ({{$this->service}}) though.

See a minimal gist with a code example to reproduce the issue:

https://gist.github.com/czukowski/8181ff90a7271a3f9bab9c5dc83a62a1



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to