Adds support for the openapi-processor mapping.yaml
configuration file.
- automatically selects the json schema of the
mapping.yaml
to provide editing support (autocompletion & validation). Note that theopenapi-processor-mapping: v[x]
line in themapping.yaml
is used to detect it. - marks the
mapping.yaml
with an openapi-processor icon to separate it from the openapi yaml file(s) (includes new ui icon) - navigate from the
package-name
configuration in themapping.yaml
to the package with the generated sources (if the target package exists). - navigate from an endpoint
path
mapping in themapping.yaml
to the generated interface method (via a standard interface icon). - navigate from an OpenAPI endpoint
path
to the generated endpoint interface methods (via a standard interface icon).
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "openapi-processor-intellij" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.