ksprojects / protobuf-jetbrains-plugin

Protobuf Support for JetBrains IDEs
https://plugins.jetbrains.com/plugin/8277
Apache License 2.0
259 stars 46 forks source link

Support --experimental_allow_proto3_optional option #153

Closed 2is10 closed 4 years ago

2is10 commented 4 years ago

Is your feature request related to a problem? Please describe.

Since protoc version 3.12.0, --experimental_allow_proto3_optional enables the use of optional in proto3 for explicit field presence.

https://github.com/protocolbuffers/protobuf/blob/master/docs/field_presence.md

When I try to use --experimental_allow_proto3_optional, it’s unrecognized in IntelliJ, and the optional keyword is still forbidden.

Describe the solution you'd like

See screenshots. Ideally there would be no errors.

Additional context

image

image

jvolkman commented 4 years ago

This plugin isn't supported anymore. Maybe add a note to https://github.com/jvolkman/intellij-protobuf-editor/issues/7?

kshchepanovskyi commented 4 years ago

This issue is closed as plugin is not supported anymore. Please switch to https://github.com/jvolkman/intellij-protobuf-editor.