是否有允许在 IntelliJ 中格式化属性文件的插件?基本上我想格式化
prop1 = thing
some.otherprop = other thing
成为
prop1 = thing
some.otherprop = other thing
IntelliJ 中是否有为此设置或插件来执行此操作?
是否有允许在 IntelliJ 中格式化属性文件的插件?基本上我想格式化
prop1 = thing
some.otherprop = other thing
成为
prop1 = thing
some.otherprop = other thing
IntelliJ 中是否有为此设置或插件来执行此操作?
我不知道可以做到这一点的插件。请向 YouTrack 提交请求,此功能可能会出现在更高版本的 IntelliJ IDEA 中(目前没有任何可用于.properties
文件的代码样式配置)。