messenger-monitor-bundle icon indicating copy to clipboard operation
messenger-monitor-bundle copied to clipboard

Add links to open Message and MessageHandler in IDE

Open Chris53897 opened this issue 1 year ago • 5 comments

I think it could be helpful for developers to have Links, in the Detail-View of a Message, to open the Message and MessageHandler in the IDE. Same behaviour as in error messages in dev-mode. https://symfony.com/doc/current/reference/configuration/framework.html#ide

I guess code can be used from here (Code changed a bit, between 6.3 and 6.4) https://github.com/symfony/symfony/blob/6.4/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php#L54

Maybe only add this in env = dev?

WDYT?

Chris53897 avatar Nov 10 '23 09:11 Chris53897