-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHPStorm Remote Call is broken #72
Comments
Also encountered this issue and using a local workaround for now:
If you think it's the right fix, I can create a pull request with this change. |
Yes, this is it! Thanks so much for already providing the solution. I had only had a quick look and in the wrong place. Indeed, if you could make this a Pull Request, then we can sing some Italian songs to merge it! |
How cool! It is working again. If you could add a PR for this, it would be great. Also, could you include the port change in the PR as well? This would be in 2 places: In the |
@jissereitsma PR is created: #73 |
Fixed in latest release 1.2.18 |
The original IntteliJ IDE plugin Remote Call (https://plugins.jetbrains.com/plugin/6027-remote-call) seems no longer maintained and is no longer compatible with current PHPStorm versions.
Instead, JetBrain offers another plugin called IDE Remote Control (https://plugins.jetbrains.com/plugin/19991-ide-remote-control).
To migrate, the docs need to be changed, the default port 8091 needs to be changed to 63342 and the structure of the URL needs to change itself as well: From
/?message={file}:{line}
to/api/file/{file}:{line}
. I haven't found in https://github.com/magespecialist/mage-chrome-toolbar where this should be referenced though (yet)The text was updated successfully, but these errors were encountered: