Closed
Description
Description
Just read the news about improvement made on the framework.ide
config option and I am wondering if this option cannot be auto detected (when possible) instead of being set to %env(SYMFONY_IDE)%
(null
) by default.
Most of IDE are creating a file/folder at the root of the project to store IDE project configuration like .idea
with PHPstorm (Jetbrains) or .vscode
for Visual Studio Code.
So we could just check if the file/folder exists and apply the default value?