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 的快速完成功能输入内部类型时,它使用一些模板来生成它。
我得到的在左侧看到,我想要的在图片右侧显示。
我想要的是删除空行和自动生成的方法存根,我该如何管理?
删除 TODO: Window → Preferences → Java → Code Style → Code Templates。
(// ${todo} Auto-generated method stub从代码树中的方法主体中删除)。
// ${todo} Auto-generated method stub
删除空行: Window → Preferences → Java → Formatter → Edit → Blank Lines → Before First Declaration = 0。
您会在那里看到许多选项,您可以根据需要进行设置。