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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to