Symfony IDE integration with PhpStorm, not working, not opening without error

when using symfony’s framework.ide integration, and it is not working, does not open anyting without error, make sure that after installation and correct setup of required:

https://github.com/sanduhrs/phpstorm-url-handler

make sure that you can run phpstorm by executing in command line:

phpstorm

it’s required, because phpstorm url handler integration, runs this command to open required file

to set up this CLI command, in PhpStorm, open Tools / Create Command Line Launcher…

if you are using JetBrains toolkit, open it, click gear near PhpStorm, go to settings, click enable near shell integration, next, turn on shell toggle

example configuration of framework.ide configuration in symfony config:

framework:
    ide: 'phpstorm://open?file=%%f&line=%%l&/var/www/html/>/home/u/PhpstormProjects/YOUR_PROJECT_DIR_HERE/'