-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DX][WebProfilerBundle] Add a link to open twig template #25118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think it's already done in #24236 and available in 3.4 :) Being able to access the rendered template(s) from the toolbar was also suggested in #24236 (comment). |
@lyrixx anything to do? :-) |
yes, it would be awesome to be able to open my IDE on the "first" rendered template. |
BTW, thanks for #24236 I missed it. |
@lyrixx as you said in the description, getting the right Twig template in every situation can be very difficult (impossible?). Not sure the added complexity is worth it for a feature that will probably not work perfectly right. |
Okay, let's close this issue ;) |
On this image, I would like to be able to click on the template name to open directly the open in my IDE.
Plus It would be awesome if the (fist?) rendered template could be clickable too from the toolbar (in the bottom of a page). I guess this could be hard, as a this is not necessarily the first template to be rendered: For exemple if one render a template to send it by mail.
WDYT? Is it hard to implement?
The text was updated successfully, but these errors were encountered: