PhpStorm - 自动折叠所有方法体,不包括活动方法

PhpStorm - Folding automatically all method bodies, excluding active method

有没有办法自动折叠所有方法体,只显示光标所在的方法体?

您可以将方法体设置为在Settings/Preferences | Editor | General | Code Folding | PHP method body处自动折叠。

但是,当您将光标移到另一个方法时,您不能让 PhpStorm 折叠方法体。也没有至少将折叠带入默认状态的操作:https://youtrack.jetbrains.com/issue/IDEA-80100