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.
在 Visual Studio 中,我可以说“Ctrl+E,D”,它会格式化代码。Eclipse 怎么样,我如何以这种方式格式化代码?我想用热键来做。
选择要格式化的代码并使用 CTRL + SHIFT + F,这会格式化/缩进代码。
如果你对eclipse格式化代码的方式不满意,可以根据需要自定义,
去Window -> Preferences -> Java -> Code Style -> Formatter
Window -> Preferences -> Java -> Code Style -> Formatter
选择一个配置文件并Edit相应地。
Edit