Search code examples
intellij-ideapycharmfolding

How to disable all code folding in Pycharm/Intellij Diff and Merge


We can see the folding in this Diff/Merge screen by the + signs:

enter image description here

That used to not happen and I want to permanently disable the folding. How can I do that? JetBrains docs https://www.jetbrains.com/help/idea/differences-viewer.html#diff-merge-viewer say the Settings | Diff & Merge can be used:

enter image description here

So here is that settings section:

enter image description here

So where is the setting to disable folding?


Solution

  • Apparently Expand All - when invoked via context menu (right click) does the job. Just invoking via the keyboard shortcut Shift-Cmd-+ curiously did not work

    enter image description here