Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 eclipse 已经一年多了,我目前正在尝试使用 NetBeans 来查看差异。NetBeans 中似乎缺少的一项功能是自动将花括号放置在正确位置的选项。例如,在 Eclipse 中,您可以在括号内键入花括号,它会自动出现在正确的位置。
public static void main (String[] args /* In eclipse you can type your curly brace here*/) { }
在此先感谢您的帮助
为此创建一个宏并将其分配给 Ctrl+{ 或您选择的快捷方式。
工具 -> 选项 -> 编辑器 -> 宏
插入符结束行“{”插入中断