是否有一个Intellij插件来对齐.properties文件中的值?

sla*_*ick 10 java ide intellij-idea

是否有允许在IntelliJ中格式化属性文件的插件?基本上我想格式化

prop1 = thing
some.otherprop = other thing
Run Code Online (Sandbox Code Playgroud)

成为

prop1          = thing
some.otherprop = other thing
Run Code Online (Sandbox Code Playgroud)

IntelliJ中是否有设置此插件或插件?

Cra*_*der 6

我不知道可以做到的插件.请向YouTrack提交请求,此功能可能会出现在以后的IntelliJ IDEA版本中(现在没有任何代码样式配置可用于.properties文件).