File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,11 @@ PHPstorm on the Mac OS platform, you will do something like:
228
228
'ide' => 'phpstorm://open?file=%%f&line=%%l',
229
229
));
230
230
231
+ .. tip ::
232
+
233
+ If you're on a Windows PC, you can install the `PhpStormOpener `_ to be able
234
+ to use this.
235
+
231
236
Of course, since every developer uses a different IDE, it's better to set
232
237
this on a system level. This can be done by setting the ``xdebug.file_link_format ``
233
238
in the ``php.ini `` configuration to the url string. If this configuration value
@@ -1281,3 +1286,4 @@ For more details, see :doc:`/cookbook/serializer`.
1281
1286
.. _`HTTP Host header attacks` : http://www.skeletonscribe.net/2013/05/practical-http-host-header-attacks.html
1282
1287
.. _`Security Advisory Blog post` : http://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
1283
1288
.. _`Doctrine Cache` : http://docs.doctrine-project.org/projects/doctrine-common/en/latest/reference/caching.html
1289
+ .. _`PhpStormOpener` : https://github.com/aik099/PhpStormProtocol
You can’t perform that action at this time.
0 commit comments