相关疑难解决方法(0)

NetBeans是否有办法在单独的行中自动创建括号?

当我创建一个新类时,我得到这个:

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package helloworld;

/**
 *
 * @author Sergio
 */
public class WordManipulations{        
}
Run Code Online (Sandbox Code Playgroud)

当这样放置方括号时,我讨厌它.有没有办法让它创建这样的东西:

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package helloworld;

/**
 *
 * @author Sergio
 */
public class WordManipulations 
{

}
Run Code Online (Sandbox Code Playgroud)

java ide netbeans brackets

18
推荐指数
1
解决办法
6783
查看次数

标签 统计

brackets ×1

ide ×1

java ×1

netbeans ×1