You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Czukowski (JIRA)" <ji...@apache.org> on 2019/08/15 15:57:00 UTC

[jira] [Created] (NETBEANS-2992) Code completion does not work well inside Closures

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-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