Editing method comment template in Netbeans 6.9.1

前端 未结 1 1119
情书的邮戳
情书的邮戳 2020-12-03 12:48

When I create a method comment in Netbeans by typing /** + ENTER I get something like this

/**
 *
 * @param nameOfParam
 * @return
 * @throws SQ         


        
相关标签:
1条回答
  • 2020-12-03 13:05

    Method comment templates cannot be customized to the level which is expected in this question. These customization features can be added to the NetBeans IDE and there is a specific way how this can be done as the NetBeans IDE is an open source project working in open source way of development. The typical steps to ask the developers to add this feature in NetBeans IDE will be

    1. Log an enhancement request [RFE] in the NetBeans IDE issue tracker
    2. Notify the community about your RFE by writing mail to the NetBeans IDE users mailing list (users) and asking all to vote for your request
    3. According to the votes the RFE will get lined up for development in the next release cycle.
    0 讨论(0)
提交回复
热议问题