Replies: 5 comments 3 replies
-
I'm also curious about this. Non-standard methods not super uncommon (the ruby-lsp recently added a method for getting dependencies, for instance). |
Beta Was this translation helpful? Give feedback.
-
Hm, it's honestly something I did not know. I can think of a potential design for this, but very happy to review a PR to add this! |
Beta Was this translation helpful? Give feedback.
-
I am working on an implementation where I would also like this. I would be happy to work on a PR. Do you have a breif overview of the design you were thinking of for this @tliron just to make sure we are aligned? |
Beta Was this translation helpful? Give feedback.
-
How about we turn this issue into a discussion and share design ideas? |
Beta Was this translation helpful? Give feedback.
-
Sure |
Beta Was this translation helpful? Give feedback.
-
Fix me if I'm wrong but on a client I can do
client.sendRequest("foobar", {})
which mean it should be possible to defined custom handler. But looking atHandler
interface implementation in the lib it looks like there's a switch that simply do return in case there is no match with predefined paths. Or Am I wrong?Beta Was this translation helpful? Give feedback.
All reactions