简体   繁体   English

在Netbeans 6.9.1中编辑方法评论模板

[英]Editing method comment template in Netbeans 6.9.1

When I create a method comment in Netbeans by typing /** + ENTER I get something like this 当我通过键入/** + ENTER在Netbeans中创建方法注释时,我得到类似这样的东西

/**
 *
 * @param nameOfParam
 * @return
 * @throws SQLException
 */

but in my case I like comments looking like this 但就我而言,我喜欢看起来像这样的评论

/**
 * 
 * @param 
 *     nameOfParam - 
 * @return

 * @throws SQLException
 */

So I need to change this template but I can't find where. 所以我需要更改此模板,但我找不到位置。 I can change every single behavior of Netbeans besides this one. 除了这个,我可以改变Netbeans的每一个行为。

Can somebody help? 有人可以帮忙吗?

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. 这些自定义功能可以添加到NetBeans IDE中,并且有一种特定方式可以实现这一点,因为NetBeans IDE是一个以开源方式开发的开源项目。 The typical steps to ask the developers to add this feature in NetBeans IDE will be 要求开发人员在NetBeans IDE中添加此功能的典型步骤将是

  1. Log an enhancement request [RFE] in the NetBeans IDE issue tracker NetBeans IDE问题跟踪器中记录增强请求[RFE]
  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 通过向NetBeans IDE用户邮件列表(用户)发送邮件并要求所有人投票支持您的请求,通知社区您的RFE
  3. According to the votes the RFE will get lined up for development in the next release cycle. 根据投票结果,RFE将在下一个发布周期中排队等待开发。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM