Intellij idea 如何在intelliJ for MAC中重新格式化功能文件中的列

Intellij idea 如何在intelliJ for MAC中重新格式化功能文件中的列,intellij-idea,gherkin,feature-file,Intellij Idea,Gherkin,Feature File,我在IntelliJ中有一个功能文件,但不知道如何重新格式化列。尝试了几个选项,但都不起作用 我试过Ctrl+Alt+L,Ctrl+shft+Alt+L Then the "abc" box should show the following options | Value | i18n | status | Number | | abc | [儲abcД] | t

我在IntelliJ中有一个功能文件,但不知道如何重新格式化列。尝试了几个选项,但都不起作用

我试过Ctrl+Alt+L,Ctrl+shft+Alt+L

Then the "abc"  box should show the following options
      | Value         | i18n                    | status | Number |
      | abc           | [儲abcД]                 | true    |       |
      | xyz           | [儲굻ßxyzДß]             | true    | 3     |
      | pqr           | [儲굻ßДpqrДß굻]           | true    | 1     |
      | def           | [儲굻ßdefДß굻]            | true    | 1     |

预期:这些列应该对齐。

您可能应该启用/安装小黄瓜插件,设置->插件。此插件应启用语法突出显示和格式设置。

我找到了解决方案,因为其中涉及一些特殊字符,这就是为什么这里没有快捷方式和设置。