You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2021/04/09 15:18:00 UTC

[jira] [Commented] (NETBEANS-5564) No autocomplete of @method in comment folding

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

Junichi Yamamoto commented on NETBEANS-5564:
--------------------------------------------

May I have your version number of NetBeans? Dev?

I can't reproduce it.

BTW, class Something(){} is not correct.

> No autocomplete of @method in comment folding
> ---------------------------------------------
>
>                 Key: NETBEANS-5564
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-5564
>             Project: NetBeans
>          Issue Type: Bug
>          Components: php - Editor, php - PHPDoc
>    Affects Versions: Next
>            Reporter: Gonzalo
>            Priority: Major
>
> If a class has a comment header like this:
> {color:#4c9aff}// <editor-fold desc="User magic methods and properties" defaultstate="collapsed">{color}
> {color:#4c9aff}/**{color}
> {color:#4c9aff} * @method void doSomething(){color}
> {color:#4c9aff} */{color}
> {color:#4c9aff} // </editor-fold>{color}
> {color:#4c9aff}class Something() {}{color}
> And the comment is collapsed, then, in the editor, if you do this:
> {color:#4c9aff}$smt = new Something();{color}
> {color:#4c9aff}$smt->doS<cntl><space>{color}
> wont autocomplete the method. It will only autocomplete it if you uncollapse the comment



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