From 61c04e9ba1df0656296101cd63506131eea29c2a Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Fri, 14 Aug 2015 12:26:47 +0200 Subject: [PATCH] Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT --- reference/configuration/framework.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index cace8c57949..d84525c6a53 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -261,8 +261,10 @@ you use PHPstorm on the Mac OS platform, you will do something like: Of course, since every developer uses a different IDE, it's better to set this on a system level. This can be done by setting the ``xdebug.file_link_format`` -in the ``php.ini`` configuration to the url string. If this configuration -value is set, then the ``ide`` option will be ignored. +in the ``php.ini`` configuration to the url string. +An other way if you don't use Xdebug is to set this url string in the +``SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT`` environement variable. +If any of these configurations values are set, then the ``ide`` option will be ignored. .. _reference-framework-test: