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
The code-completion works great in Foo.yml, but surely not in Common.yml because that file proably does not look like anything for the intellij-swagger-plugin.
Is there maybe an annotation that could be used to enable code-completion? For example, by putting an #language=openapi-schema-definitions in the first line of Common.yml?
If not, please see this as a feature request :)
The text was updated successfully, but these errors were encountered:
Is there any way to enable code-completion for a yaml-file that only contains e.g. schemas?
For example, I have a
Foo.yml
with:And a
Common.yml
with:The code-completion works great in
Foo.yml
, but surely not inCommon.yml
because that file proably does not look like anything for the intellij-swagger-plugin.Is there maybe an annotation that could be used to enable code-completion? For example, by putting an
#language=openapi-schema-definitions
in the first line ofCommon.yml
?If not, please see this as a feature request :)
The text was updated successfully, but these errors were encountered: