BC
bcremer/phpstorm-url-handler-PKGBUILD
PKGBUILD for pstorm:// URL schema to open a file in the PhpStorm IDE.
phpstorm-url-handler
This PKGBUILD provides a handler for the pstorm:// URL schema to open a file in the PhpStorm IDE.
The following URL format is supported:
pstorm://open/?url=file://%f&line=%lExample configuration for for Xdebug:
xdebug.file_link_format="pstorm://open/?url=file://%f&line=%l"
Manual installation
git clone https://github.com/bcremer/phpstorm-url-handler-PKGBUILD.git
cd phpstorm-url-handler-PKGBUILD
makepkg
sudo pacman -U phpstorm-url-handler-*.pkg.tar.xz
Credits
The phpstorm-url-hander script is based on aik099s script used in PhpStormProtocol.
The PKGBUILD is heavily inspired by MrZYXs sublime-url-handler.