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

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

Gonzalo created NETBEANS-5564:
---------------------------------

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


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