Popularity
5.6
Declining
Activity
8.4
-
1,161
31
76

Description

Swagger Plugin makes it easy to edit Swagger and OpenAPI specification files in JetBrains IDEs. You can find it on JetBrains' [plugin page](https://plugins.jetbrains.com/plugin/8347).

Programming language: Java
License: MIT License
Tags: IDE     Plugin     JetBrains    
Latest version: v1.0.27

Swagger Plugin for JetBrains alternatives and similar libraries

Based on the "IDE" category.
Alternatively, view Swagger Plugin for JetBrains alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Swagger Plugin for JetBrains or a related project?

Add another 'IDE' Library

README

Build Status Coverage Status Join the chat at https://gitter.im/zalando/intellij-swagger

Swagger Plugin

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

Swagger Plugin features

Usage

Open a Swagger or OpenAPI 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 Swagger Plugin 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!

Contact:

[email protected]

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.


*Note that all licence references and agreements mentioned in the Swagger Plugin for JetBrains README section above are relevant to that project's source code only.