Skip to content

Commit dc23675

Browse files
committed
Merge branch '4.2'
* 4.2: Fixes escaping of IDE config and adds example for PhpStorm
2 parents c2b30f0 + f52bf70 commit dc23675

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
@@ -351,8 +351,11 @@ need to escape the percent signs (``%``) by doubling them.
351351

352352
// /path/to/guest/.../file will be opened
353353
// 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/&...'
354+
// and /var/www/app/ as /projects/my_project/ also
355+
'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/'
356359

357360
.. _reference-framework-test:
358361

0 commit comments

Comments
 (0)