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 17:01:00 UTC

[jira] [Created] (NETBEANS-394) Please add postfix completion for c/c++

Christian Lenz created NETBEANS-394:
---------------------------------------

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


It would be great to have postfix completion in the C/C++ editor. If you write foo.if->tab it should expand to:

{code:c}
if(foo) {

}
{code}

See this link for more information about such feature:
https://plugins.jetbrains.com/plugin/7342?pr=dbe&showAllUpdates=true


Regards

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