Netbeans 6.9.1中的编辑方法注释模板 [英] Editing method comment template in Netbeans 6.9.1

查看:224
本文介绍了Netbeans 6.9.1中的编辑方法注释模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我通过键入/** + ENTER在Netbeans中创建方法注释时,会得到类似的内容

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

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

但就我而言,我喜欢这样的评论

but in my case I like comments looking like this

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

 * @throws SQLException
 */

所以我需要更改此模板,但找不到位置.除此以外,我可以更改Netbeans的每个行为.

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 IDE中,并且有一种特定的方法可以完成此操作,因为NetBeans IDE是一个以开源开发方式工作的开源项目.要求开发人员在NetBeans IDE中添加此功能的典型步骤是

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. NetBeans IDE问题跟踪器中记录增强请求[RFE]
  2. 通过将邮件写到 NetBeans IDE用户邮件列表(用户)来通知社区有关您的RFE 并要求所有人对您的请求进行投票
  3. 根据投票结果,RFE将在下一个发行周期内排队进行开发.
  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.

这篇关于Netbeans 6.9.1中的编辑方法注释模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆