You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jayce (Jira)" <ji...@apache.org> on 2020/12/03 08:03:01 UTC

[jira] [Updated] (NETBEANS-3067) Completion of class names in Phpdocs does not respect Type of completion settings

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

Jayce updated NETBEANS-3067:
----------------------------
    Attachment: image-2020-12-03-09-02-45-275.png

> Completion of class names in Phpdocs does not respect Type of completion settings
> ---------------------------------------------------------------------------------
>
>                 Key: NETBEANS-3067
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-3067
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Editor
>    Affects Versions: 11.1
>            Reporter: Czukowski
>            Priority: Minor
>         Attachments: CompletionPhpDocs.zip, image-2020-12-03-09-02-45-275.png
>
>
> Completion of class names in Phpdocs produces unqualified class names even though fully qualified is selected in options (Options - Code Completion - Language: PHP - Type of Code Completion (PHP 5.3 or newer only): Fully Qualified).
> See the attached zip file with a sample project.
> To reproduce, open the file {{Class1.php}} in NetBeans, place a cursor on a blank line just above the class constructor and type: {{/**}} and then {{Return}}.
> Expected generated code:
> {code:java}
>     /**
>      * 
>      * @param Cz\Test\CompletionPhpDocs\Bar\Class2 $bar
>      * @param Cz\Test\CompletionPhpDocs\Foo\Class3 $foo
>      */
> {code}
> Actual code:
> {code:java}
>     /**
>      * 
>      * @param Class2 $bar
>      * @param Class3 $foo
>      */
> {code}



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