Open file in phpstorm via phpstorm:// link
Hello,
I am trying to confure symfony to open phpstorm on exception pages. I've configured symfony to display the following links in error pages:
phpstorm://open?url=file:///home/david/dev/symfony/templates/list.html.twig&line=50
But when I click the link in chrome, it says to open it with xdg-open and when I click yes nothing hapens.
If I run the xdg-open in the terminal I get the following error:
$ xdg-open phpstorm://open?url=file:///home/david/dev/symfony/templates/list.html.twig&line=50
[1] 11352
zsh: no matches found: phpstorm://open?url=file:///home/david/dev/symfony/templates/list.html.twig
[1] + 11352 exit 1 xdg-open
I am using Ubuntu 18.04.1 LTS
Any clues to configure this?
Thank you
Please sign in to leave a comment.
Check this : https://github.com/sanduhrs/phpstorm-url-handler / https://github.com/aik099/PhpStormProtocol ;)