AbigailBuccaneer / intellij-avro

Apache Avro™ support plugin for IntelliJ
https://plugins.jetbrains.com/plugin/7971-apache-avro-support
MIT License
19 stars 6 forks source link

support avsc files #4

Open christophsturm opened 8 years ago

christophsturm commented 8 years ago

are there any plans to support avsc files?

AbigailBuccaneer commented 8 years ago

It's something I'd like to support in the future, but not something I really have any free time to work on.

Ideally, .avsc, .avpr and .avdl files would all be parsed by different parsers (an actual parser for .avdl and walking over the existing JSON AST for .avsc and .avpr), into the same Avro AST. This would then allow things like go-to-definition and quick documentation lookup to work in a completely uniform manner across files.

If anybody wants to work on this, I'd happily review it.

darrenhaken commented 5 years ago

I take it this has never been done?

AbigailBuccaneer commented 5 years ago

No, it hasn't.

AbigailBuccaneer commented 4 years ago

I've just deleted all the '+1' comments. GitHub has a reactions feature built in.

I'm archiving this repository as I don't have any time or inclination to work on it.