如何防止 Intellij 安排我的静态方法?

How to I keep Intellij from arranging my static methods?

我想使用 Intellij 重新格式化代码(空格)但不移动我的方法。

如何禁用它?我尝试取消选中 Settings-> Editor-> CodeStyle-> Java ->Rearrange 中的所有内容,如下所示,但仍然将所有静态方法移至末尾。

您可以在 Reformat Code 对话框中配置重新排列行为(Ctrl+Shift+Alt+L 快捷方式)。

对话框打开后,enable/disable Rearrange code checkbox. If enabled, your source code entries should be redordered according to the configurations specified in the Arrangement tab of your Code Style 设置。