Closed xuyifangreeneyes closed 3 years ago
Did you install other protobuf plugins? I just became aware of two other forks of this plugin in the marketplace that are likely to conflict. I'm not sure of a solution other than picking one and uninstalling the others.
This plugin is https://plugins.jetbrains.com/plugin/14004-protocol-buffer-editor
The other two are: https://plugins.jetbrains.com/plugin/16422-protobuf https://plugins.jetbrains.com/plugin/16228-protobuf-support
Found IDEA-266005 which is tracking this issue.
Also found GO-10881 with a screenshot where the IDE suggests installing two protobuf editors by default. Unfortunate, as this suggestion is out of my control (as far as I know) and results in these issues for people.
I installed both https://plugins.jetbrains.com/plugin/14004-protocol-buffer-editor and https://plugins.jetbrains.com/plugin/16228-protobuf-support. I just removed some config files and re-installed GoLand yesterday. It seems that IDEA-266448 has a better way to solve the problem. Thanks a lot for your help.
I'm going to leave this open for the time being in case others run into the same problem.
Seems this has cleared up now.
OS: macOS 11.2.1 GoLand Version: GoLand 2021.1 Build #GO-211.6693.119
After I installed Protocol Buffer Editor and clicked
Apply
, GoLand seems stuck. When I tried to restart GoLand, it cannot open a project normally. So I look into log.txt.It seems that I registered file type 'protobuf' twice by mistake. I think this is a bug because registering file type 'protobuf' twice should be forbidden rather than makes IDE crash but I have no idea whether the bug belongs to GoLand or the plugin. Can you give some help? thanks a lot.