grpc-dotnet icon indicating copy to clipboard operation
grpc-dotnet copied to clipboard

Navigate to service implementation from proto file.

Open voroninp opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe.

It's not a problem per se, but a nice addition to dev experience.

Describe the solution you'd like

I'd like to be able to use VS's Go to Implementation feature when working with proto file, so I immediately navigate to my and not generated code. image

voroninp avatar Dec 22 '22 15:12 voroninp

I'm guessing you mean you want to navigate to the proto file from using code generation.

I think this would be useful to developers. However, it would require changes in Visual Studio/Visual Studio Code. They would need to be able to parse the proto file and link generated code to parts of the proto file. It would be a very large feature.

JamesNK avatar Dec 28 '22 05:12 JamesNK

I meant the other way around. Going from proto to service implementation. Not even generated part, but the one with overrides - to the descendant implementation.

voroninp avatar Dec 28 '22 06:12 voroninp