ksprojects / protobuf-jetbrains-plugin

Protobuf Support for JetBrains IDEs
https://plugins.jetbrains.com/plugin/8277
Apache License 2.0
259 stars 45 forks source link

Built in option 'go_package' not found #162

Closed iwind closed 3 years ago

iwind commented 3 years ago

Thank you for hard work! I used to use Protobuf Support to highlight my .proto file, but it's not working after GoLand 2021.2, so i installed Protobuf Plugin @ HIGAN, but it's has some issues here:

Environment: GoLand 2021.2 Protobuf Plugin HIGAN 1.4.1

.proto file:

syntax = "proto3";
option go_package = "./pb";

package pb;

import "models/model_admin.proto";
import "models/model_admin_list.proto";
import "models/rpc_messages.proto";
import "service_server_stat_board.proto";

Issues:

  1. Built in option 'go_package' not found
  2. Imported file 'xxx' not found
iwind commented 3 years ago

I added my protos dirs to Language & Frameworks / Protobuf, and "imported file not found" are missing.

jvolkman commented 3 years ago

This plugin is no longer supported. See the official plugin at https://plugins.jetbrains.com/plugin/14004-protocol-buffers

On Tue, Aug 3, 2021, 6:28 PM Liu Xiangchao @.***> wrote:

I added my protos dirs to Language & Frameworks / Protobuf, and "imported file not found" are missing.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ksprojects/protobuf-jetbrains-plugin/issues/162#issuecomment-892287367, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA6MVNC37KXK7TJKQ2LURDT3CJSPANCNFSM5BP7N5YQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

iwind commented 3 years ago

Thank you! I will give a try.