10000 minor #19108 Windows native support for phpstorm urls (Jeroeny) · symfony/symfony-docs@232772f · GitHub
[go: up one dir, main page]

Skip to content

Commit 232772f

Browse files
committed
minor #19108 Windows native support for phpstorm urls (Jeroeny)
This PR was squashed before being merged into the 5.4 branch. Discussion ---------- Windows native support for phpstorm urls For https://symfony.com/doc/5.4/reference/configuration/framework.html Related: https://youtrack.jetbrains.com/issue/IDEA-65879 If you use Jetbrains Toolbox, you can find which reference style your IDE uses in `PHPStorm > edit > Copy path/reference > Toolbox url`. Commits ------- 3f2e4ef Windows native support for phpstorm urls
2 parents 633c448 + 3f2e4ef commit 232772f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

reference/configuration/framework.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``
219219

220220
.. note::
221221

222-
The ``phpstorm`` option is supported natively by PhpStorm on MacOS,
223-
Windows requires `PhpStormProtocol`_ and Linux requires `phpstorm-url-handler`_.
222+
The ``phpstorm`` option is supported natively by PhpStorm on MacOS and
223+
Windows, Linux requires `phpstorm-url-handler`_.
224224

225225
If you use another editor, the expected configuration value is a URL template
226226
that contains an ``%f`` placeholder where the file path is expected and ``%l``
@@ -311,6 +311,9 @@ Another alternative is to set the ``xdebug.file_link_format`` option in your
311311
// example for PhpStorm
312312
xdebug.file_link_format="phpstorm://open?file=%f&line=%l"
313313
314+
// example for PhpStorm with Jetbrains Toolbox
315+
xdebug.file_link_format="jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
316+
314317
// example for Sublime
315318
xdebug.file_link_format="subl://open?url=file://%f&line=%l"
316319
@@ -3770,7 +3773,6 @@ use the configuration of the first exception that matches ``instanceof``:
37703773
.. _`HTTP Host header attacks`: https://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
37713774
.. _`Security Advisory Blog post`: https://symfony.com/blog/security-releases-symfony-2-0-24-2-1-12-2-2-5-and-2-3-3-released#cve-2013-4752-request-gethost-poisoning
37723775
.. _`Doctrine Cache`: https://www.doctrine-project.org/projects/doctrine-cache/en/current/index.html
3773-
.. _`PhpStormProtocol`: https://github.com/aik099/PhpStormProtocol
37743776
.. _`phpstorm-url-handler`: https://github.com/sanduhrs/phpstorm-url-handler
37753777
.. _`blue/green deployment`: https://martinfowler.com/bliki/BlueGreenDeployment.html
37763778
.. _`gulp-rev`: https://www.npmjs.com/package/gulp-rev

0 commit comments

Comments
 (0)
0