Hello everyone,

Does anyone use IntelliJ, PyCharm or another Jetbrains IDE, and would like
to edit Avro schemas with it?
I've built a plugin that recognizes Avro schema and protocol files, and I
would appreciate feedback and constructive criticism.

It's an early version that supports:
.avsc schema files: recognized as JSON 'dialect', uses a JSON schema to
supply code completion and semantic checks
.avpr protocol files: recognized as JSON 'dialect', uses a JSON schema to
supply code completion and semantic checks
.avdl protocol files: provides syntax highlighting, correct formatting,
code completion, semantic checks, and named schema navigation

You can find it in the plugin marketplace in your IDE (search for "avrio
idl"), or here:
https://plugins.jetbrains.com/plugin/15728-apache-avro-idl-schema-support

Feedback, bugs, ideas (pull requests), etc. are most welcome via github:
https://github.com/opwvhk/avro-schema-support


Kind regards,
Oscar

-- 

✉️ Oscar Westra van Holthe - Kind <os...@westravanholthe.nl>
🌐 https://plugins.jetbrains.com/plugin/15728-apache-avro-idl-schema-support

Reply via email to