You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Michael Vorisek (Jira)" <ji...@apache.org> on 2021/05/10 10:02:00 UTC

[jira] [Commented] (NETBEANS-4983) Input textfield injection in documentation overlay?

    [ https://issues.apache.org/jira/browse/NETBEANS-4983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17341810#comment-17341810 ] 

Michael Vorisek commented on NETBEANS-4983:
-------------------------------------------

Currently supported phpdoc syntax is `StdClass[]`, but `array<StdClass>` and `array<int|string, StdClass>`, `\Traversable<StdClass>` should be supported as it is very often used.

> Input textfield injection in documentation overlay?
> ---------------------------------------------------
>
>                 Key: NETBEANS-4983
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-4983
>             Project: NetBeans
>          Issue Type: Improvement
>          Components: php - Editor
>            Reporter: Jayce
>            Assignee: Junichi Yamamoto
>            Priority: Major
>         Attachments: 01code.png, 02Phpdoc.png
>
>
> I'm not sure it's intended.
> In phpdoc block, when you create something like:
>    /**
>      * Strange phpdoc behavior
>      * @param array<int, StdClass> $params
>      * @return array<string, StdClass>
>      */
>     public function __construct(array $params)
>     {
>     }
> The documentation bubble contains an editable textfield (see screenshot attached)



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