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 添加自定义格式设置?我希望我的右括号后跟空格,除非它们后跟另一个括号、句点或分号,并且格式化程序中的当前选项似乎都不允许我这样做。
您可以在 Preferences 中为 Eclipse 安装支持的每种语言添加自定义格式化程序配置文件。 Window -> Preferences -> Java (or other desired language) -> Code Style -> Formatter 在这里,您可以为格式化程序添加、编辑、导出和导入多个配置文件。使用 Ctrl+Shift+F 会将当前选择的格式应用于打开的源文件。右键单击任何包或项目 -> 源 -> 格式对所有选定/包含的文件执行相同的操作。
Window -> Preferences -> Java (or other desired language) -> Code Style -> Formatter