Skip to content

Releases: ksprojects/protobuf-jetbrains-plugin

0.5.0

31 Aug 22:12
v0.5.0

Choose a tag to compare

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

0.4.1

17 Jun 06:35
v0.4.1

Choose a tag to compare

#21: Fix NoClassDefFoundError in import resoolver.

0.4.0

12 Jun 13:38
v0.4.0

Choose a tag to compare

  • Add reference support.
  • Add "Find Usages" support.

0.3.1

09 May 20:43
protostuff-jetbrains-plugin-0.3.1

Choose a tag to compare

Fixes

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

0.3.0

30 Apr 12:35
protostuff-jetbrains-plugin-0.3.0

Choose a tag to compare

Enhancements

  • add code formatting (#9, #10)

0.2.0

16 Apr 16:05
protostuff-jetbrains-plugin-0.2.0

Choose a tag to compare

Enhancements

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

0.1.1

08 Apr 19:19
protostuff-jetbrains-plugin-0.1.1

Choose a tag to compare

Enhancements

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

0.1.0

03 Apr 09:38

Choose a tag to compare

First public release

  • add syntax highlighting for proto2/proto3 and basic inspections