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.
当我将一段 clojure 代码复制到 Eclipse 中时,如何解决格式问题?在某些文本编辑器中,有 reindent/format 命令或快捷方式,有没有办法在 Eclipse 中处理代码格式化?
Ctrl+ A,然后Ctrl+I
Ctrl+A代表全选, Ctrl+I代表缩进当前行。