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

  1. open settings dialog box.

  2. 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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -