Skip to content

wbars/PHPFoldings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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