jvolkman / intellij-protobuf-editor

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

Plugin does not understand bazel WORKSPACE as likely project root directory #61

Closed Kurru closed 3 years ago

Kurru commented 3 years ago

Plugin does not understand bazel WORKSPACE file is in a likely project root directory.

This meant that my imports were RED, but still compiled fine. Once I added the WORKSPACE directory as an import path via the IJ->Preferences->Languages&Frameworks->ProtocolBuffers menu, the proto import path worked and my external protos resolved correctly.

Could the plugin support bazel WORKSPACEs as one of its 'configure automatically' options?