php-sage / sage

☯ Insightful PHP Debugging Assistant. Exceeds expectations. PHP 5.1→8.3
MIT License
46 stars 4 forks source link

Is it possible to view complex expanded by default? #3

Closed KarelWintersky closed 1 year ago

KarelWintersky commented 1 year ago

Current:

изображение

Expected:

изображение

raveren commented 1 year ago

Sure it is:

!sage(AppRouter::getRoutingRules());

// or 

! s(AppRouter::getRoutingRules());

just prepend with ! :)

KarelWintersky commented 1 year ago

Looks like magic. How it works?!?

raveren commented 1 year ago

https://stackoverflow.com/a/69890023/179104