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

查看:22
本文介绍了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 问题跟踪器
  2. 中记录增强请求 [RFE]
  3. 通过向NetBeans IDE 用户邮件列表(用户)写邮件通知社区您的 RFE 并要求所有人投票支持您的请求
  4. 根据投票结果,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天全站免登陆