-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add more IDE links in console output #29585
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
|
(+) |
|
would like to see |
@ro0NL You mean doing the actual lookup and resolving to ide links inside the OutputFormatter? |
Side note: ClassStub and CliDumper already contain all the logic me might want to implement these improvements. I'm not suggesting we should use VarDumper - but copy/pasting some code might be fine. |
I would ideally want to see integration with FrameworkBundle's |
@ostrolucky Yeah, basically all suggestions in this issue a refering to that. |
This PR was merged into the 4.3-dev branch. Discussion ---------- [VarDumper] Use hyperlinks in CliDescriptor | Q | A | ------------- | --- | Branch? | master <!-- see below --> | Bug fix? | no | New feature? | yes <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | Part of #29585 <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A Leverages #29168 to add the hyperlink directly on the source text instead of printing below: #### Before (or with `symfony/console < 4.3`)  #### After  Commits ------- e54e219 [VarDumper] Use hyperlinks in CliDescriptor
Closing as there is nothing specific to keep track of. |
Just found out about this after all this time. 😄 |
With #29168, we now have an opportunity to improve DX by making some texts clickable.
Eg clicking on a route in the output of the
debug:router
could open the IDE to its controller if there is one.I'm sure there are more outputs that could benefit from it.
The text was updated successfully, but these errors were encountered: