IDE重启后如何保存代码折叠?

How to save code folding after IDE restart?

我试过使用代码区域 https://www.jetbrains.com/help/pycharm-edu/code-folding.html#surrounding_with_comments ,折叠一些区域并重新启动 PyCharm。

当IDE重新启动时,所有折叠的代码区域都展开了。

如何在 PyCharm 重启时保存代码折叠?

比如Visual Studio 2019保存代码折叠在IDE重启

对我来说,在我激活这些复选框 "Method bodies" 和 "Custom folding regions" 后,方法的代码折叠在重启后保持不变。 在 pycharm 中:设置 -> 编辑器 -> 常规 -> 代码折叠