How to save code folding after IDE restart?

Viewed 992
1 Answers

For me the code folding for methods keeps persistent after restart after I activated these checkboxes "Method bodies" and "Custom folding regions". In pycharm: Settings -> Editor -> General -> Code Folding

Related