devkanro / intellij-protobuf-plugin

IntelliJ-based IDEs Protobuf Language Plugin that provides Protobuf language support.
Apache License 2.0
83 stars 11 forks source link

Navigation from stub to the schema #193

Closed fan-tom closed 1 year ago

fan-tom commented 1 year ago

Currently it is possible to go from gRPC method/service implementation to the corresponding schema definition, and from the schema definition to the stub (client) calls. But it is impossible to navigate from client stub to the schema, which is very useful to find the server-side implementation for given client-side gRPC invocation

devkanro commented 1 year ago

Thank you for your contribution! I will release the next version as soon as possible