You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this is the right repo and there is not already an issue (or even better the feature implemented).
I just find myself implementing twig templates and use {{dump() }} often, because the object hierarchy is deep. When I'm 5 or 6 objects deep I would love to be able to click something, e.g. the # in front of each line to get the path (educated guess would be good enough) to the object/property. Currently I need to climb down the tree and make sure to not mix up levels.
Example
I try my best :-) In Shopware 6 we have this tree:
Description
I hope this is the right repo and there is not already an issue (or even better the feature implemented).
I just find myself implementing twig templates and use {{dump() }} often, because the object hierarchy is deep. When I'm 5 or 6 objects deep I would love to be able to click something, e.g. the # in front of each line to get the path (educated guess would be good enough) to the object/property. Currently I need to climb down the tree and make sure to not mix up levels.
Example
I try my best :-) In Shopware 6 we have this tree:
I would love to click on
#firstName
and findcontext.customer.firstname
in the clipboard.The text was updated successfully, but these errors were encountered: