【发布时间】:2013-12-13 12:28:30
【问题描述】:
我已从 Eclipse 切换到 Netbeans。 Eclipse 有一种方法过于突出 Java cmets 中的 TODO,例如:
public void test(String str) {
// TODO: check if str is null!
...
...
}
在 Eclipse 中,我可以更改编辑器配置,以便将 TODO 打印为粗体或其他颜色。有没有办法在 Netbeans 中进行设置?
【问题讨论】:
标签: java netbeans-7 todo