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.
1 parent 07b8159 commit 1fc1eefCopy full SHA for 1fc1eef
reference/configuration/framework.rst
@@ -346,8 +346,11 @@ need to escape the percent signs (``%``) by doubling them.
346
347
// /path/to/guest/.../file will be opened
348
// as /path/to/host/.../file on the host
349
- // and /foo/.../file as /bar/.../file also
350
- '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/&...'
351
+
352
+ // example for PhpStorm
353
+ 'phpstorm://open?file=%%f&line=%%l&/var/www/app/>/projects/my_project/'
354
355
.. _reference-framework-test:
356
0 commit comments