php - How to turn off auto code folding in PHPStorm? -
every time when try edit folding line (or move line new location) — lines unfold. if possible, how can turn off function?
here example of problem: code folding in phpstorm (bug or features?)
to configure auto-folding behavior in editor
open settings dialog box.
under editor node, click code folding. code folding page displayed. update: of 2017, code folding found in editor > general.
3.in collapse default list, select check boxes left of code constructs want displayed collapsed.
4.apply changes.
reference code folding preferences
Comments
Post a Comment