Key features:
- Inspections for unresolved Connexion references in JSON and YAML OpenAPI specs.
- Navigation between Python handlers and OpenAPI operations.
- Line markers to jump between spec and implementation.
- Completion and rename for operation IDs and controller references.
This section is used as the plugin description for the built plugin.xml during the Gradle build.
-
Using the IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "intellij-platform-plugin-copy" > Install
-
Using JetBrains Marketplace:
Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.
You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
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.