You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Christian Lenz (JIRA)" <ji...@apache.org> on 2018/02/15 16:51:00 UTC

[jira] [Created] (NETBEANS-391) Please add postfix completion for java

Christian Lenz created NETBEANS-391:
---------------------------------------

             Summary: Please add postfix completion for java
                 Key: NETBEANS-391
                 URL: https://issues.apache.org/jira/browse/NETBEANS-391
             Project: NetBeans
          Issue Type: Sub-task
          Components: java - Editor
    Affects Versions: Next
            Reporter: Christian Lenz


Example if code: customer.notnull it should autocomplete the code with:
{code:java}
if (customer != null) {

}
{code}

It's a really simple thing but helps a lot.

Any other comments, you can see in the external ticket.


Cheers

Chris



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