Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.33 KB

README_EN.md

File metadata and controls

36 lines (20 loc) · 1.33 KB

Protobuf Support for JetBrains IDEs

FORK FROM https://github.com/protostuff/protobuf-jetbrains-plugin

HOW TO USE

download protobuf-jetbrains-plugin and drag to your IDEA(old idea version: google how to install plugin form disk in idea)

ENHANCEMENT

  • support generate java file from proto file
  • support base code completion for proto2 grammar

STEP

  1. Enter setting page, click PROTO FOLDER and select proto files folder location.
  2. Click JAVA FILE and select the folder for java file generating.
  3. Click PROTOC and select protoc (or protoc.exe on windows) file location.

image

Right click on proto file you need to generate and select Generator Protobuf option.

image

No error.

image

Error.

image

Base code completion.

image