intellij-swagger
intellij-swagger copied to clipboard
Autocomplete ref not working for separate file
Intellij does not suggest any components listed in another file.
See:
While this is valid and intellij is able to navigate to it.
Content of person.yml file:
Person:
required:
- username
properties:
firstName:
type: string
lastName:
type: string
username:
type: string
Swagger v1.0.27
Thanks for reporting, this has been in my todo list for quite while. Maybe this issue speeds things up!
Agree, it will be very handy!