cannot jump to .proto file if symbols is generated from a protobuf file
gd cannot jump to .proto file if symbol is generated from a protobuf file
protobuf and java are two different languages.
I have this problem too at work. Creating the bridge between both languages is the issue. How I've seen this solved in Ruby land is that there's some auto-generated source file backed by the .proto definition. gd can then link to that auto-generated file.
If the above is your case, be sure to add the path to the auto-generated source files in your java.project.referencedLibraries in your :CocLocalConfig. Then ensure you <build-system> build to generate these source files. gd should be able to jump to them since its referenced.
@igbanam thanks for your information, but I just want to jump to .proto file. jumping to source file is meaningless for me. because .java file is too big and I can't read it. and this function is implemented in intelliJ. I hope we can have this too on vim.