Can I compile the .proto by Goland 2018.2 ? Permanently deleted user 创建于 2018年11月05日 03:28 I created the .proto file. and I can compile those files by command 'protoc --go_out=. *.proto' but now I am wondering can I compile the .proto file by Goland 2018.2 thanks
Hi!
GoLand has no builtin support for proto file. You can try to configure third-party plugins for that (I have tried them). E.g. this one: https://plugins.jetbrains.com/plugin/10964-generate-protobuf or this one https://plugins.jetbrains.com/plugin/8277-protobuf-support