Porting RPC commands to LSP #2782
bart-jaskulski
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
which actions do you have in mind? all the code transformations are in the LSP. class moving is not (mainly because it works in a whole different way) and maybe one or two others but there is practically only one or two concrete reasons ot use the "RPC" system, it's 95% obsolete. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Do you believe it would be beneficial and also simply possible to port existing RPC commands to LSP protocol as code actions?
As I view it, this might contribute to easier access to particular actions without need for editor plugins like phpactor.nvim. Although I am not sure how it would affect the readability of code actions menu (there would be much more actions too choose from at request), and how does amount of code action providers affect the performance of phpactor (I personaly notice a delay when initiating a code actions menu from nvim).
Beta Was this translation helpful? Give feedback.
All reactions