例如,当我创建一个新类时,我得到了这个:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package helloworld;
/**
*
* @author Sergio
*/
public class WordManipulations{
}
当这样放置方括号时,我讨厌它。有没有办法让它创造这样的东西:
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package helloworld;
/**
*
* @author Sergio
*/
public class WordManipulations
{
}
答案 0 :(得分:40)
只需按照以下步骤操作:
Tools -> Options -> Editor
Editor -> Formatting
答案 1 :(得分:2)
还有JIndent插件。
答案 2 :(得分:1)
在Netbeans中,转到工具> 选项即可。然后选择格式化标签,并在语言下拉列表中选择 Java 。
现在有几种方法可以按您喜欢的方式更改格式。