PhpStormProtocol icon indicating copy to clipboard operation
PhpStormProtocol copied to clipboard

Custom protocol handler for the PhpStorm

Results 9 PhpStormProtocol issues
Sort by recently updated
recently updated
newest added

This is great. I'm so close, I can smell it. Running windows OS / PhpStorm 2018.3.1 I trigger a link: phpstorm://open?url=file://W:/index.php&line=15 First it shows a popup: "Cannot find file 'C:\Windows\system32\W'"...

I get this pop up every time I click on the link. ![image](https://user-images.githubusercontent.com/8104456/112751351-d0dacd00-8fcd-11eb-8130-8a482d7d90f1.png) I have tried the steps of the following page, but it didn't work for me: https://superuser.com/questions/1481851/disable-chrome-to-ask-for-confirmation-to-open-external-application-everytime

Doesn't work. permanently alters your registry, how to undo this?

I was test on Windows 10 64 bit, with phpstorm on symfony 3.2.5 which produce link like this: ``` phpstorm://open?file=C:\wamp64\myapp\src\App\Controller\MyController.php&line=29 ``` This line of code does not match: ```javascript match...

Make the launcher work with Nette framework's Tracy, which does escaping by default.

We recently installed a fresh Windows 10 desktop and it isn't able to execute the protocol handler. It gives an error on line 55, so it is related to [the...

I can't get this running on windows:( It's working from the console , but when i call it from the browser, the filename is wrong ![bug](https://cloud.githubusercontent.com/assets/135755/2955768/030d2d64-da85-11e3-8add-e6410eaefee1.jpg)

bug

I don't know if this is just me, but I thought I had a 'default' installation of PhpStorm, and this didn't work out of the box. I changed `run_editor.js` as...