zalando / intellij-swagger

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

Home Page:https://plugins.jetbrains.com/plugin/8347

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extension Point for OpenApi(Swagger 3.0)

iAbhi1995 opened this issue · comments

The plugin does not support extension points for openapi (swagger 3.0) because of which we cannot provide custom suggestions for fields and values in swagger 3.0 files.
Providing extension points will increase the plugin usage as it will now have a feature to provide custom suggestions for the fields and swagger in the openApi 3.0 specification files.

I have made a contribution to this issue. Kindly review it and give your suggestions, in case any improvements are required. Also created a pull request, merging which will add extension points for the openAPI 3.0 specification files and examples for using these extension points.
Thanks.