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中编码。我使用 格式化我的代码CtrlShiftF,但编辑器的宽度不够大。我怎样才能增加宽度?
假设这意味着您想要增加最大线宽,您想要进入 Preferences (Window -> Preferences),然后找到 Java -> Code Style -> Formatter 菜单。(只需在搜索框中输入“格式化程序”,您就会很快找到它。)
单击活动配置文件的“编辑”,然后转到“换行”选项卡。第一项应该是“最大线宽”。将该值设置为某个适当的限制(例如 120)并重新格式化。