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 52cad10 commit 2acc52fCopy full SHA for 2acc52f
reference/configuration/framework.rst
@@ -197,6 +197,11 @@ some environment variable that stores the name of the IDE/editor:
197
$framework->ide('%env(resolve:CODE_EDITOR)%');
198
};
199
200
+.. versionadded:: 6.1
201
+
202
+ The environment variable `SYMFONY_IDE` was introduced in Symfony 6.1.
203
+ It is read by default when `framework.ide` config is not set.
204
205
Another alternative is to set the ``xdebug.file_link_format`` option in your
206
``php.ini`` configuration file. The format to use is the same as for the
207
``framework.ide`` option, but without the need to escape the percent signs
0 commit comments