-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement RPC features #1
Comments
Update. #3 |
Update #10 |
Update #16 |
Update #17 |
I'm currently trying to implement For example:
I've also encountered an issue where phpactor provided a parameter which was missing the key I hope what I've said makes some kind of sense - I think the fixes will need to be on phpactor's end) @dantleech any insight? If I haven't been clear here, please let me know and I can try to clarify. |
What would help is if you had the request and response, if you don't know already this can be easily found by adding the following in a Phpactor config file (
You can then easily debug the last RPC command sent to Phpactor with:
and see the exact request and response. Let me know if you have any other questions, I'm having a look at getting Emacs running on my side, so might be able to help out. |
Update #22, Implemented And |
Update #34, Implemented |
https://phpactor.github.io/phpactor/rpc.html
Editor Actions
Phpactor Commands
The text was updated successfully, but these errors were encountered: