gpt4 book ai didi

java - NetBeans 有没有办法在单独的行中自动创建括号?

转载 作者:太空狗 更新时间:2023-10-29 22:37:07 25 4
gpt4 key购买 nike

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

/*
* 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
{

}

最佳答案

只需按照以下步骤操作:

  1. 导航到工具 -> 选项 -> 编辑器
  2. 导航到编辑器 -> 格式化
  3. 选择以下
    • 语言:Java
    • 类别:大括号
  4. 在“类声明、方法声明等”中
    • 大括号放置:新行

关于java - NetBeans 有没有办法在单独的行中自动创建括号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2076262/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com