Configure Xdebug to open files in PHPStorm
25 May 2022 (Updated 25 May 2022)
Add the following to a php.ini
file loaded by your PHP installation:
Now, clicking on a line number in a stack trace (e.g., in Symfony Profilerโs stack trace) should open up that line in PHPStorm.

Similar configuration should work for VSCode:
Sources
Tagged:
PHP tooling
Thanks for your comment . Once it's approved, it will appear here.
Leave a comment