https://github.com/wbars/phpfoldings
Some foldings for PHP
https://github.com/wbars/phpfoldings
folding formatting php phpstorm plugin usability
Last synced: 10 months ago
JSON representation
Some foldings for PHP
- Host: GitHub
- URL: https://github.com/wbars/phpfoldings
- Owner: wbars
- License: apache-2.0
- Created: 2018-04-10T10:50:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T11:23:07.000Z (over 7 years ago)
- Last Synced: 2025-04-30T21:48:33.585Z (10 months ago)
- Topics: folding, formatting, php, phpstorm, plugin, usability
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/10611-php-foldings
- Size: 43.9 KB
- Stars: 27
- Watchers: 4
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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

Replacing getters and setters with fieldname's

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

Collapsing lambdas (works partially for now):

Replacing some function based expressions with high-level syntax:
