Protobuf Jetbrains Plugin Versions Save

Protobuf Support for JetBrains IDEs

v0.5.0

7 years ago

https://github.com/protostuff/protobuf-jetbrains-plugin/milestone/6

  1. Add support for custom include path: image
  2. Add validation for message fields, enum constants and service rpc methods: image
  3. Add startup check for conflicting plugins: image

v0.4.1

7 years ago

#21: Fix NoClassDefFoundError in import resoolver.

v0.4.0

7 years ago
  • Add reference support.
  • Add "Find Usages" support.

protostuff-jetbrains-plugin-0.3.1

8 years ago

Fixes

  • fixed highlighting of groups (#15)
  • fixed formatting of trailing line comments (#16)
  • fixed structure view bug - nested messages were not displayed (#17)

protostuff-jetbrains-plugin-0.3.0

8 years ago

Enhancements

  • add code formatting (#9, #10)

protostuff-jetbrains-plugin-0.2.0

8 years ago

Enhancements

  • add structure view (#7)
  • add brace matching (#6)
  • add commenter (#5)

protostuff-jetbrains-plugin-0.1.1

8 years ago

Enhancements

  • add support for new keywords: "stream" and "reserved" (#2)
  • enable syntax highlight for embedded code blocks in Markdown editor (#1, #3)

protostuff-jetbrains-plugin-0.1.0

8 years ago

First public release

  • add syntax highlighting for proto2/proto3 and basic inspections