Skip to content

Commit 1fc1eef

Browse files
greeflasOskarStark
authored andcommitted
Fixes escaping of IDE config and adds example for PhpStorm
1 parent 07b8159 commit 1fc1eef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

reference/configuration/framework.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,11 @@ need to escape the percent signs (``%``) by doubling them.
346346

347347
// /path/to/guest/.../file will be opened
348348
// 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/&...'
349+
// and /var/www/app/ as /projects/my_project/ also
350+
'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/'
351354

352355
.. _reference-framework-test:
353356

0 commit comments

Comments
 (0)