intellij-avro icon indicating copy to clipboard operation
intellij-avro copied to clipboard

Apache Avro™ support plugin for IntelliJ

Results 5 intellij-avro issues
Sort by recently updated
recently updated
newest added

are there any plans to support avsc files?

It shouldn't be hard to get Travis to automatically build and create a GitHub release whenever it builds a tag. That should make releasing a lot easier, as well as...

This should be fixable with a parser update. Minimal example: ``` record MyRecord { date date; } ```