intellij-swagger icon indicating copy to clipboard operation
intellij-swagger copied to clipboard

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

Results 44 intellij-swagger issues
Sort by recently updated
recently updated
newest added

The plugin causes PHPStorm to crash, the log output which corresponds to the crashes always starts with `Plugin: org.zalando.intellij.swagger` With the plugin not installed this does not happen. The crash...

This plugin consumes 600% of my cpu load which renders it pretty unusable. I can supply the openapi yaml file that is causing the issue if required.

I don’t know what to associate the problem with yet. The only thing that comes to mind is that I updated golang to version 1.14.4. [stacktrace.txt](https://github.com/zalando/intellij-swagger/files/4730330/stacktrace.txt)

If I open one Intellij project with a openapi.yaml file in it, and then open a preview by clicking on one of the browser icons, the preview is shown. If...

In Goland 2020 the exception have been occured on startup. Stacktrace: [stacktrace.txt](https://github.com/zalando/intellij-swagger/files/4539055/stacktrace.txt)

As of 2019.2, all [`requestBody`](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#requestBodyObject) and [`parameters`](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#parameterObject) objects nested in Path objects are highlighted with the same error: ![Screen Shot 2019-07-29 at 1 33 35 PM](https://user-images.githubusercontent.com/3516836/62080435-7e984600-b205-11e9-9c7f-ae80c3c96a76.png) A `$ref` is not...

Hi, this is an example YAML file. ``` openapi: 3.0.1 info: title: Title version: 1.0.0 contact: name: Contact url: http://www.contact.com/ paths: /segment/{id}/customers: get: parameters: - in: path name: id description:...

I couldn't check release notes so I skipped the update for now. How is it possible in the first place?

Location `type` is not allowed, but it works. ![image](https://user-images.githubusercontent.com/41398445/71414543-82bb7900-2668-11ea-86a7-e01ec40fabc3.png) ![image](https://user-images.githubusercontent.com/41398445/71414561-94048580-2668-11ea-9d64-e7ff874c6322.png)

I just installed the OpenAPI editor to give it a try. I've been using Apicurio to generate my YAML. The first time opening one of my YAML files in IntelliJ,...