Spring工具套件-Eclipse-代码格式不起作用

时间:2018-07-19 05:13:36

标签: java eclipse format

我正在使用STS(Spring工具套件)-版本3.9.5(Eclipse 4.8.0)

我导入了Google Java代码样式

enter image description here

Google Java代码样式的一部分工作方式是:将制表符替换为空格(2个空格)

但是当我点击格式代码(Source-> Format)时,它仍然使用默认的Eclipse代码格式。

这种情况的示例:

enter image description here

当我尝试格式化代码时,什么都没有改变。

我设置了Maven fmt-maven-plugin 。所以我需要运行mvn fmt:format来更正我的代码 enter image description here

当我点击Source-> Format时,我认为代码应该是正确的。

我在某处错过了一些选择吗?

2 个答案:

答案 0 :(得分:1)

我遇到了同样的问题

就拿插件(google-java-format-eclipse-plugin_1.6.0)

并粘贴到文件夹 C:..\springtoolsuit-4.11.0.RELEASE\dropins

然后关闭和打开 springtoolsuit

enter image description here

答案 1 :(得分:0)

要设置代码格式,您可以尝试以下方法:

  1. 选择所有代码:Clt + A
  2. 格式:Clt + Shift + F