PHPFoldings icon indicating copy to clipboard operation
PHPFoldings copied to clipboard

Some foldings for PHP

PHPFoldings

Some foldings for PHP.

Any of these foldings can be turned off in Settings | Editor | General | Code Folding, so you can tune this for your preferences.

Examples

Ommiting '$this->' prefix for methods and fields img

Replacing getters and setters with fieldname's img

Collapsing basic data classes (only trivial getters and setters presented): img

Collapsing lambdas (works partially for now): img

Replacing some function based expressions with high-level syntax: img