Netbeans: how to change @author

When creating a new class or interface in Netbeans IDE, an "@author ...." tag appears. How to change its value? If possible, I would like to change it by using Netbeans menu and not by editing some config files :) I'm using Netbeans 7.2

81178 次浏览

步骤:

  1. 转到 工具-> 模板

  2. 单击 设定按钮。 IDE 中将出现一个带有模板设置的新面板:

  3. 取消注释最后一行并将“ user”的值更改为您希望在 @ author标记之后插入的任何内容。

PS : 我认为这个博客将更好地解释如何更新作者模板

如果其他人在 Eclipse 中查找相同功能时发现了这一点: Window-> Show View-> Template

- 在 netbeans 中,进入工具-> 模板-> 设置 - 文件的最后一行,像这样写: user = xyz

护士: B: 你可以用你的名字代替 xyz。

当我向一个类添加 javadoc 时,我在 Netbeans 15中找不到任何模板或代码完成来删除@author。因此,我添加了另一个代码完成,cc,并让它添加 javadoc。

额外代码完成