1

I have tried everything others had to say about disabling code folding in IJ, but nothing seems to work for Impex files (hybris-specific delimited files)

I have the hybris Integration plugin installed and I think this is what is messing things up

4

1 回答 1

1

如果自动折叠的isCollapsedByDefault属性被硬编码为 true,那么配置将无济于事,但您可以破解。

要摆脱它,您可以:

  • 编辑源代码(将这一行true更改为将起作用)并构建您自己的插件版本(您可以编辑代码并运行并获取 zip 文件)falsegradlew buildPluginbuild/distributions
  • 编辑META-INF/plugin.xml插件 jar,删除这些行并重新启动 IntelliJ。这样您就不必自己重新编译插件
  • 每次打开 Impex 文件时按Ctrl+ Shift+ ,这将展开所有折叠+
于 2018-04-04T03:04:45.963 回答