jvolkman / intellij-protobuf-editor

Protocol Buffers for IntelliJ-based IDEs
Apache License 2.0
122 stars 15 forks source link

Add option to disable go-to-declaration #42

Closed sgtsquiggs closed 4 years ago

sgtsquiggs commented 4 years ago

Usually I want to go to the protobuf declaration, but I'd like the option to be able to jump to the codegen as well.

jvolkman commented 4 years ago

You can use "go to implementation" for this. I believe it's ctrl+shift+click (or cmd on os x).

sgtsquiggs commented 4 years ago

Ah perfect! Thanks :+1: