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 2020/02/06 06:49:00 UTC

[jira] [Created] (NETBEANS-3799) Improve extracting types from PHP annotations

Czukowski created NETBEANS-3799:
-----------------------------------

             Summary: Improve extracting types from PHP annotations
                 Key: NETBEANS-3799
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3799
             Project: NetBeans
          Issue Type: Improvement
          Components: php - Editor
    Affects Versions: 11.2
            Reporter: Czukowski
         Attachments: ClassAnnotations.zip

Doctrine and some other libraries support short {{::class}} pseudo constants in annotations. In addition, quoting the arguments is not required. I propose extending the PHP annotation parser in NetBeans to support it as well.

Please see the attached sample project, class {{Entity1}} has several annotated members, all in different fashion. Class names in all of those annotations should be recognized and 'clickable'.

I will create a pull request.



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