ladybug icon indicating copy to clipboard operation
ladybug copied to clipboard

Use `xdebug.file_link_format` for class in dump

Open leek opened this issue 12 years ago • 7 comments

It would be pretty sweet if you could use the xdebug.file_link_format (if it exists) for class names in the dump output.

leek avatar Mar 19 '12 05:03 leek

I agree, it would be nice to have this option. Where do you suggest to use the link? Next to the class name or the class name itself?

raulfraile avatar Mar 20 '12 15:03 raulfraile

@raulfraile I'd prefer clicking the class name since that is how it works with xDebug.

leek avatar Mar 20 '12 15:03 leek

Ok, but IMO it shouldn't be activated by default as it changes "normal" behavior (currently clicking on the class name expands/collapses the var info). Don't you think @leek?

raulfraile avatar Mar 20 '12 15:03 raulfraile

@raulfraile Sorry I don't notice that behavior since I set auto_expanded = true. A link next to the class name is fine also, although the expand/collapse feature is useless, IMO. 100% of the time I want it expanded.

leek avatar Mar 20 '12 15:03 leek

@leek I think I should open an issue asking for feedback for setting auto_expanded = true by default. Give me a few days to make the changes for xdebug link and thank for your suggestions :)

raulfraile avatar Mar 20 '12 16:03 raulfraile

I'm also +1 for the auto_expanded = true

pierredup avatar Jun 28 '12 09:06 pierredup

:+1: For auto_expanded = true

COil avatar Jan 25 '13 15:01 COil