Skip to content

bcremer/phpstorm-url-handler-PKGBUILD

Repository files navigation

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=%l

Example 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.

About

PKGBUILD for pstorm:// URL schema to open a file in the PhpStorm IDE.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages