stefansjs / flatbuffers-intellij-plugin

A flatbuffers schema editing plugin for the IntelliJ platform
Other
4 stars 1 forks source link

Support for fixed size arrays #38

Closed admo closed 10 months ago

admo commented 10 months ago

Hi, Consider such schema

struct F
{
  f: [int:16];
}

which is fixed size array is allowed. However, the plugins highlight this part as an syntax error.

stefansjs commented 10 months ago

Thanks for the bug report. This is a duplicate of #31, which is going out with the latest release. JetBrains is currently processing the release, but it should be available to IDEs in the next few days.