Can I compile the .proto by Goland 2018.2 ?

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 

0
1 comment

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

0

Please sign in to leave a comment.