You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@
9
9
Adds support for the [openapi-processor](https://openapiprocessor.io/oap/home/home.html)`mapping.yaml` configuration file.
10
10
<br/><br/>
11
11
12
-
* automatically selects the json schema of the `mapping.yaml` to provide editing support (autocompletion & validation). Note that the `openapi-processor-mapping: v[x]` line in the `mapping.yaml` is used to detect it.
13
-
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi yaml file(s) (includes new ui icon)
12
+
* automatically selects the JSON schema of the `mapping.yaml` to provide editing support (autocompletion & validation). Note that the `openapi-processor-[mapping|spring]: v[x]` line in the `mapping.yaml` is used to detect it.
13
+
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi YAML file(s) (includes new ui icon)
14
14
* navigate from the `package-name` configuration in the `mapping.yaml` to the package with the generated sources (if the target package exists).
15
15
* navigate from an endpoint `path` mapping in the `mapping.yaml` to the generated interface method (via a standard interface icon).
16
16
* navigate from an OpenAPI endpoint `path` to the generated endpoint interface methods (via a standard interface icon).
@@ -32,8 +32,7 @@ Adds support for the [openapi-processor](https://openapiprocessor.io/oap/home/ho
32
32
33
33
## Logging
34
34
35
-
* to enable debug logging add "io.openapiprocessor.intellij:trace" into Help/Diagnostic Tools/Debug Log Settings...
36
-
35
+
* to enable debug logging, add "io.openapiprocessor.intellij:trace" into Help/Diagnostic Tools/Debug Log Settings...
37
36
38
37
---
39
38
Plugin based on the [IntelliJ Platform Plugin Template][template].
0 commit comments