@@ -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
225225If you use another editor, the expected configuration value is a URL template
226226that 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