-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Update 'ide' example in framework.rst #7513
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
Conversation
The example 'ide' configuration was different from the actual format required for PhpStorm. See README at https://github.com/aik099/PhpStormProtocol
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I've asked in the Symfony Slack and some actual users of PHPStorm have said that the proposed change is correct.
Thanks @harcod.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sorry ... but there has been some confusion!! The existing syntax works, but the proposed changes don't work!!
Then we'll need more reviews to accept this proposal.
The syntax So IMO there is no change needed. |
Does that mean we should update the default value in the Symfony code instead? |
I've created a PR to update the value in Symfony symfony/symfony#21712 |
… various platforms.
Updated docs as suggested by @pierredup in symfony/symfony#21712 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
… now support the same format scheme as MacOS.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This documentation change reflects the changes made by symfony/symfony#21813 |
@@ -214,9 +214,15 @@ ide | |||
Symfony turns file paths seen in variable dumps and exception messages into | |||
links that open those files right inside your browser. If you prefer to open | |||
those files in your favorite IDE or text editor, set this option to any of the | |||
following values: ``phpstorm`` (requires `PhpStormProtocol`_), ``sublime``, | |||
following values: ``phpstorm``, ``sublime``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line can now be longer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! 👍
Thank you @harcod. |
This PR was squashed before being merged into the 3.2 branch (closes #7513). Discussion ---------- Update 'ide' example in framework.rst The example 'ide' configuration was different from the actual format required for PhpStorm. See README at https://github.com/aik099/PhpStormProtocol to verify the correct format as > phpstorm://open?url=file://%f&line=%l Commits ------- 606bfb1 Update 'ide' example in framework.rst
* 3.2: (24 commits) Minor rewords Update session_configuration.rst [#7522] minor wording improvement [#7513] fix line length Update 'ide' example in framework.rst [#7219] move versionadded in front of description Improved the image for Doctrine + Web Debug Toolbar [Serializer] Docs for the PropertyInfo integration Finished this PR section chronology in comment Removed the example about Redis Update cache.rst Update bundles/configuration.rst Fix typos Removed tip that was meant for the 2.x versions fix usage of the session flag bag API Add caution related to deprecate mail transport Use https URLs when possible [Requirements] Clarify what are JSON and ctype Proposed a minor reword ...
The example 'ide' configuration was different from the actual format required for PhpStorm. See README at https://github.com/aik099/PhpStormProtocol to verify the correct format as