Skip to content

Commit

Permalink
Tell about SYMFONY__TEMPLATING__HELPER__CODE__FILE_LINK_FORMAT
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed Aug 14, 2015
1 parent 01965cc commit 61c04e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 61c04e9

Please sign in to comment.