Adds support for the openapi-processor mapping.yaml configuration file.
- automatically selects the json schema of the
mapping.yamlto provide editing support (autocompletion & validation). Note that theopenapi-processor-mapping: v[x]line in themapping.yamlis used to detect it. - marks the
mapping.yamlwith an openapi-processor icon to separate it from the openapi yaml file(s) - navigate from the
package-nameconfiguration in themapping.yamlto the package with the generated sources (if the target package exists). - navigate from an endpoint
pathmapping to the generated interface method. - navigate from OpenAPI path to the generated endpoint interface method (since 2024.1).
-
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.