По-хорошему, это решается через php.ini, как рекомендовано в
документации
Since every developer uses a different IDE, the recommended way to enable this feature is to configure it on a system level. This can be done by setting the xdebug.file_link_format option in your php.ini configuration file.
Но если очень хочется, то можно сделать так:
# services.yaml
imports:
- { resource: 'local.yaml', ignore_errors: true }
# local.yaml
framework:
ide: 'phpstorm://open?file=%%f&line=%%l'
# .gitignore
/config/local.yaml
local.yaml создаете сами локально и вносите туда все конфиги, которые не надо комитить
Применимо для всех версий symfony*