@@ -219,8 +219,8 @@ following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs``
219
219
220
220
.. note ::
221
221
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 `_.
224
224
225
225
If you use another editor, the expected configuration value is a URL template
226
226
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
311
311
// example for PhpStorm
312
312
xdebug.file_link_format =" phpstorm://open?file=%f&line=%l"
313
313
314
+ // example for PhpStorm with Jetbrains Toolbox
315
+ xdebug.file_link_format =" jetbrains://php-storm/navigate/reference?project=example&file=%f:%l"
316
+
314
317
// example for Sublime
315
318
xdebug.file_link_format =" subl://open?url=file://%f&line=%l"
316
319
@@ -3770,7 +3773,6 @@ use the configuration of the first exception that matches ``instanceof``:
3770
3773
.. _`HTTP Host header attacks` : https://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
3771
3774
.. _`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
3772
3775
.. _`Doctrine Cache` : https://www.doctrine-project.org/projects/doctrine-cache/en/current/index.html
3773
- .. _`PhpStormProtocol` : https://github.com/aik099/PhpStormProtocol
3774
3776
.. _`phpstorm-url-handler` : https://github.com/sanduhrs/phpstorm-url-handler
3775
3777
.. _`blue/green deployment` : https://martinfowler.com/bliki/BlueGreenDeployment.html
3776
3778
.. _`gulp-rev` : https://www.npmjs.com/package/gulp-rev
0 commit comments