FORK FROM https://github.com/protostuff/protobuf-jetbrains-plugin
download protobuf-jetbrains-plugin and drag to your IDEA(old idea version: google how to install plugin form disk in idea)
- support generate java file from proto file
- support base code completion for proto2 grammar
- Enter setting page, click
PROTO FOLDER
and select proto files folder location.- Click
JAVA FILE
and select the folder for java file generating.- Click
PROTOC
and select protoc (or protoc.exe on windows) file location.
Right click on proto file you need to generate and select
Generator Protobuf
option.
No error.
Error.
Base code completion.