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

[jira] [Created] (NETBEANS-2084) Inline type hint order

Bo Andersen created NETBEANS-2084:
-------------------------------------

             Summary: Inline type hint order
                 Key: NETBEANS-2084
                 URL: https://issues.apache.org/jira/browse/NETBEANS-2084
             Project: NetBeans
          Issue Type: Improvement
          Components: php - Editor
    Affects Versions: 10.0
            Reporter: Bo Andersen


I have reported this in the 8.2, and thought it was fixed in a dev branch. But the issue is in Netbeans 10 as well.

It is about the order of type hinting in the code, it does not match other IDE's

Netbeans way:
{code:java}
/* @var $variable Class */
{code}
Other IDE:
{code:java}
/* @var Class $variable */
{code}
 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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