Open christophsturm opened 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.
I take it this has never been done?
No, it hasn't.
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.
are there any plans to support avsc files?