You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the problem is - e.g. "I'm always frustrated when [...]"
LSP has methods like textDocument/XXX. Gorilla RPC currently only supports textDocument.XXX. You can't implement a language server using Go and this package
What would the feature look like? How would it work? How would it change the API?
Some way to register a func for translating the service and method name to various formats or maybe registering a format string of some sort.
The text was updated successfully, but these errors were encountered:
LSP has methods like
textDocument/XXX
. Gorilla RPC currently only supportstextDocument.XXX
. You can't implement a language server using Go and this packageSome way to register a func for translating the service and method name to various formats or maybe registering a format string of some sort.
The text was updated successfully, but these errors were encountered: