문제

PHPStorm, unlike TextMate, "forgets" the folded code areas when closing and opening the file again.

Sometimes the foldings open by themselves after search-and-replace, even though there were no matches inside the folded areas.

Is there a way to make PHPStorm remember my foldings in PHP/JavaScript/CSS files?

도움이 되었습니까?

해결책

This is currently not possible.

There's a bunch of related issues in our tracker http://youtrack.jetbrains.net/issues/WI?q=%23Unresolved+folding

다른 팁

this can be possible by using comments like this

 // <editor-fold desc="My Code009" defaultstate="collapsed">
 // any code
 //</editor-fold>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top