nnmatveev / idea-plugin-protobuf

Google Protocol Buffes support for Intellij IDEA
Other
120 stars 39 forks source link

Proto3 Support #85

Open dlazerka opened 8 years ago

dlazerka commented 8 years ago

With the release of Proto3 syntax, id would be nice to have it in IDEA. https://developers.google.com/protocol-buffers/docs/proto3

rufus63 commented 8 years ago

+1

jtblin commented 8 years ago

http://www.grpc.io/ recommends using Proto3 syntax, although it works with Proto2 syntax as well so having support for it would be great as I imagine more and more developers are going to use it now.

rmartin-chwy commented 8 years ago

Proto3 1.0.0 released on 7/27/2016. https://github.com/google/protobuf/releases/tag/v3.0.0

TinyZzh commented 7 years ago

+1. proto 3 release is stable now . Please.

TinyZzh commented 7 years ago

find proto3 plugin by kshchepanovskyi.

Protobuf Support Github