Plugin was transfered to AsyncAPI Initiative
⚠️ This plugin doesn't support AsyncAPI 1.x
Idea plugin for the java-asyncapi - Helps to edit and validate AsyncAPI schemas.
- Recognition of AsyncAPI schemas.
- AsyncAPI schema example creation from
file
->new
->AsyncAPI schema
. - AsyncAPI schema inspection and validation using AsyncAPI JSON Schema.
- Local references resolving with auto-completion in AsyncAPI schema (json).
- File references resolving with auto-completion in AsyncAPI schema (json).
- clone repository
git clone https://github.com/Pakisan/jasyncapi-idea-plugin.git
- move to jasyncapi-idea-plugin
cd jasyncapi-idea-plugin
- build plugin
➜ jasyncapi-idea-plugin git:(feature/idea-plugin) ✗ ./gradlew buildPlugin
...
BUILD SUCCESSFUL in 24s
11 actionable tasks: 11 executed
- install plugin from disk - JetBrains Instruction