在使用idea过程中,最大的问题就是在eclipse中有格式化代码的快捷方式,但是在idea中一直没有找到怎么能快捷格式文件。后来才发现idea中有插件可以是实现,插件名称是Eclipse Code Formatter,这个可以从Intellij的插件仓库中安装,安装之后就可以使用文件格式功能了。
安装
打开idea的文件设置功能,选择插件面板。
路径:file—>setting—>plugins—>Install JetBrains plugin
打开插件列表窗口后,在输入栏里面输入Eclipse Code Formatter后,查询出来后,选择安装即可。
启用
路径
file—>Other Setting—>Eclipse Code Formmatter
设置参数
打开eclipse Code Formatter设置窗口后,点击启用(use the eclipse code formatter),选中eclipse的格式化模板文件即可。