Support feedback:
When I create a new method in a class file and type the { } braces IntelliJ expands all the folded sections in the file. Now everything in the file is expanded and I have to tell it to fold again which folds the sections I actually want open. This is highly annoying.
I have created a sample project. Go into the TestClass and make sure all the foldable sections are folded. Right after the testA method and before the testB method type this: public void newTest(){
After the first '{' it expands the folded sections below.