We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c2b30f0 + f52bf70 commit dc23675Copy full SHA for dc23675
reference/configuration/framework.rst
@@ -351,8 +351,11 @@ need to escape the percent signs (``%``) by doubling them.
351
352
// /path/to/guest/.../file will be opened
353
// as /path/to/host/.../file on the host
354
- // and /foo/.../file as /bar/.../file also
355
- 'myide://%f:%l&/path/to/guest/>/path/to/host/&/foo/>/bar/&...'
+ // and /var/www/app/ as /projects/my_project/ also
+ 'myide://%%f:%%l&/path/to/guest/>/path/to/host/&/var/www/app/>/projects/my_project/&...'
356
+
357
+ // example for PhpStorm
358
+ 'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'
359
360
.. _reference-framework-test:
361
0 commit comments