jvolkman / intellij-protobuf-editor

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

Go to declaration doesn't work with new Go protobuf API #41

Closed TimothyGu closed 3 years ago

TimothyGu commented 4 years ago

See https://blog.golang.org/protobuf-apiv2 for more information. After upgrading to protobuf 1.4.0, go-to-declaration now goes to the generated Go file.

TimothyGu commented 3 years ago

Looks like this got fixed in version 2.2.0, which seems to be on a separate branch for now (api203).

jvolkman commented 3 years ago

Hmm, I didn't do anything specifically to fix this.