Skip to content

A plugin to help you easily edit Swagger and OpenAPI specification files inside IntelliJ IDEA

License

Notifications You must be signed in to change notification settings

zalando/intellij-swagger

This branch is up to date with master.

Folders and files

NameName
Last commit message
Last commit date
Sep 30, 2024
Jul 12, 2018
Jun 30, 2023
Nov 14, 2024
Nov 14, 2024
Apr 14, 2021
Jul 6, 2021
Jul 11, 2016
Jul 8, 2021
Jun 26, 2017
Mar 22, 2023
May 11, 2016
Jan 10, 2025
Jun 30, 2023
Feb 24, 2025
Jul 24, 2024
Jul 24, 2024
Apr 21, 2023
Sep 14, 2021

Repository files navigation

Build Plugin

Zalando OpenAPI Editor

Zalando OpenAPI Editor makes it easy to edit OpenAPI and Swagger specification files inside IntelliJ IDEA. You can find it on JetBrains' plugin page.

Zalando OpenAPI Editor features

Usage

Open an OpenAPI or Swagger specification file, that's it.

Custom Extensions

You can extend the auto completion in order to provide custom keys and and values. The plugin provides the following extension points for this:

<extensionPoints>
    <extensionPoint qualifiedName="org.zalando.intellij.swagger.customFieldFactory" interface="org.zalando.intellij.swagger.extensions.completion.swagger.SwaggerCustomFieldCompletionFactory"/>
    <extensionPoint qualifiedName="org.zalando.intellij.swagger.customValueFactory" interface="org.zalando.intellij.swagger.extensions.completion.swagger.SwaggerCustomValueCompletionFactory"/>
</extensionPoints>

See the Zalando extension example for details.

Development

Developing the Zalando OpenAPI Editor is easy, just execute the following command:

./gradlew runIde

This will start IntelliJ IDEA with the plugin installed.

How to Contribute

To contribute, please fork and create a pull request.

Bug Fixes

If you find a bug, it would be awesome if you created an issue about it. Please include a clear description of the problem so that we can fix it!

License

The MIT License (MIT) Copyright © 2017 Zalando SE, https://tech.zalando.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.